#4B4CD6

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

Shades of Free Speech Blue #4B4CD6

Tints of Free Speech Blue #4B4CD6

Color information

#4B4CD6 (or 0x4B4CD6) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4C and D6. RGB value is (75,76,214). Sum of RGB (Red+Green+Blue) = 75+76+214=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 214 (83.98% from 255 or 58.63% from 365); Max value from RGB is 214 - color contains mainly: blue. Hex color #4B4CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CD6 is #B4B329. Grayscale: #5A5A5A. Windows color (decimal): -11842346 or 14044235. OLE color: 14044235.

HSL color Cylindrical-coordinate representation of color #4B4CD6: hue angle of 239.57º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B4CD6 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7576214-
CMYK0.650.6400.16
HSL239.57º62.9%56.67%-
HSV(B)239.57º64.95%83.92%-
XYZ17.6211.5264.91-
YUV91.43197.17116.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 214 (83.98% from 255) = 58.63%
R=20.55%
G=20.82%
B=58.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75762140.650.6400.16239.5762.956.67
Hex4B4CD64140010f03f39
Octal1131143261011000203607771
Binary10010111001100110101101000001100000001000011110000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,76,214); }

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

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

 a { background-color: rgb(75,76,214); }

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

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

 span { border-color: rgb(75,76,214); }

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