Html Css Color HEX #4C5FCD Free Speech Blue

📋 copy color: '#4C5FCD'

red 76 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #4C5FCD

Tints of Free Speech Blue #4C5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 20.21%
G = 25.27%
B = 54.52%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C5FCD (or 0x4C5FCD) is known color: Free Speech Blue. HEX triplet: 4C, 5F and CD. RGB value is (76,95,205). Sum of RGB (Red+Green+Blue) = 76+95+205=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C5FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5FCD is #B3A032. Grayscale: #656565. Windows color (decimal): -11771955 or 13459276. OLE color: 13459276.

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

Color convert

RGB 76 95 205 -
CMYK 0.63 0.54 0 0.20
HSL 231.16º 0.56% 0.55% -
HSV(B) 231.16º 0.63% 0.8% -
XYZ 18.09 14.13 59.53 -
YUV 101.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 76 95 205 0.63 0.54 0 0.20 231.16 0.56 0.55
Hex 4C 5F CD 3F 36 0 14 E7 38 37
Octal 114 137 315 77 66 0 24 347 70 67
Binary 1001100 1011111 11001101 111111 110110 0 10100 11100111 111000 110111

Color Harmonies of #4C5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5FCD

Black with #4C5FCD

Text Example


Text Example

White with #4C5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,95,205); }

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

background-color css

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

 a { background-color: rgb(76,95,205); }

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

border-color css

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

 span { border-color: rgb(76,95,205); }

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