#4B5FC6

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

Shades of Free Speech Blue #4B5FC6

Tints of Free Speech Blue #4B5FC6

Color information

#4B5FC6 (or 0x4B5FC6) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5F and C6. RGB value is (75,95,198). Sum of RGB (Red+Green+Blue) = 75+95+198=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B5FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5FC6 is #B4A039. Grayscale: #646464. Windows color (decimal): -11837498 or 13000523. OLE color: 13000523.

HSL color Cylindrical-coordinate representation of color #4B5FC6: hue angle of 230.24º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B5FC6 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7595198-
CMYK0.620.5200.22
HSL230.24º51.9%53.53%-
HSV(B)230.24º62.12%77.65%-
XYZ17.1913.7655.18-
YUV100.76182.87109.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 198 (77.73% from 255) = 53.80%
R=20.38%
G=25.82%
B=53.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75951980.620.5200.22230.2451.953.53
Hex4B5FC63E34016e63436
Octal11313730676640263466466
Binary100101110111111100011011111011010001011011100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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