#4B4DCA

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

Shades of Free Speech Blue #4B4DCA

Tints of Free Speech Blue #4B4DCA

Color information

#4B4DCA (or 0x4B4DCA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4D and CA. RGB value is (75,77,202). Sum of RGB (Red+Green+Blue) = 75+77+202=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B4DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4DCA is #B4B235. Grayscale: #5A5A5A. Windows color (decimal): -11842102 or 13258059. OLE color: 13258059.

HSL color Cylindrical-coordinate representation of color #4B4DCA: hue angle of 239.06º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B4DCA is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7577202-
CMYK0.630.6200.21
HSL239.06º54.51%54.31%-
HSV(B)239.06º62.87%79.22%-
XYZ16.2211.0757.16-
YUV90.65190.84116.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.19%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=21.19%
G=21.75%
B=57.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75772020.630.6200.21239.0654.5154.31
Hex4B4DCA3F3E015ef3736
Octal11311531277760253576766
Binary100101110011011100101011111111111001010111101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,77,202); }

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

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

 a { background-color: rgb(75,77,202); }

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

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

 span { border-color: rgb(75,77,202); }

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