Html Css Color HEX #4C4DBA Free Speech Blue

📋 copy color: '#4C4DBA'

red 76 ◦ green 77 ◦ blue 186

#4C4DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4C4DBA

Tints of Free Speech Blue #4C4DBA

RGB

 RED value IS 76 (30.08% from 255) = 22.42%

 GREEN value IS 77 (30.47% from 255) = 22.71%

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 22.42%
G = 22.71%
B = 54.87%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C4DBA (or 0x4C4DBA) is known color: Free Speech Blue. HEX triplet: 4C, 4D and BA. RGB value is (76,77,186). Sum of RGB (Red+Green+Blue) = 76+77+186=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4DBA is #B3B245. Grayscale: #585858. Windows color (decimal): -11776582 or 12209484. OLE color: 12209484.

HSL color Cylindrical-coordinate representation of color #4C4DBA: hue angle of 239.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C4DBA is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 77 186 -
CMYK 0.59 0.59 0 0.27
HSL 239.45º 0.44% 0.51% -
HSV(B) 239.45º 0.59% 0.73% -
XYZ 14.5 10.39 47.7 -
YUV 89.13 182.67 118.64 -
System Red Green Blue C M Y K H S L
Decimal 76 77 186 0.59 0.59 0 0.27 239.45 0.44 0.51
Hex 4C 4D BA 3B 3B 0 1B EF 2C 33
Octal 114 115 272 73 73 0 33 357 54 63
Binary 1001100 1001101 10111010 111011 111011 0 11011 11101111 101100 110011

Color Harmonies of #4C4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4DBA

Black with #4C4DBA

Text Example


Text Example

White with #4C4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,77,186); }

 H1.HeaderClassName
 {
   color: #4C4DBA;
 }
 .AnyTagClassName
 {
   color: #4C4DBA;
 }
</style>

background-color css

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

 a { background-color: rgb(76,77,186); }

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

border-color css

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

 span { border-color: rgb(76,77,186); }

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