#4B5FCE

Color #4B5FCE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4B5FCE

Tints of Free Speech Blue #4B5FCE

Color information

#4B5FCE (or 0x4B5FCE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5F and CE. RGB value is (75,95,206). Sum of RGB (Red+Green+Blue) = 75+95+206=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B5FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5FCE is #B4A031. Grayscale: #656565. Windows color (decimal): -11837490 or 13524811. OLE color: 13524811.

HSL color Cylindrical-coordinate representation of color #4B5FCE: hue angle of 230.84º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5FCE is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7595206-
CMYK0.640.5400.19
HSL230.84º57.21%55.1%-
HSV(B)230.84º63.59%80.78%-
XYZ18.1314.1460.17-
YUV101.67186.87108.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 19.95%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 206 (80.86% from 255) = 54.79%
R=19.95%
G=25.27%
B=54.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal75952060.640.5400.19230.8457.2155.1
Hex4B5FCE4036013e73937
Octal113137316100660233477167
Binary1001011101111111001110100000011011001001111100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B5FCE; }

 p { color: rgb(75,95,206); }

 H1.HeaderClassName
 {
   color: #4B5FCE;
 }
 .AnyTagClassName
 {
   color: #4B5FCE;
 }
</style>
background-color css

<style>
 a { background-color: #4B5FCE; }

 a { background-color: rgb(75,95,206); }

 div.DivClassName
 {
   background-color: #4B5FCE;
 }
 .BgClassName
 {
   background-color: #4B5FCE;
 }
</style>
border-color css

<style>
 span { border-color: #4B5FCE; }

 span { border-color: rgb(75,95,206); }

 td.TdClassName
 {
   border-color: #4B5FCE;
 }
 .TagClassName
 {
   border-color: #4B5FCE;
 }
</style>