Html Css Color HEX #4C55DC Free Speech Blue

📋 copy color: '#4C55DC'

red 76 ◦ green 85 ◦ blue 220

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

Shades of Free Speech Blue #4C55DC

Tints of Free Speech Blue #4C55DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 19.95%
G = 22.31%
B = 57.74%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C55DC (or 0x4C55DC) is known color: Free Speech Blue. HEX triplet: 4C, 55 and DC. RGB value is (76,85,220). Sum of RGB (Red+Green+Blue) = 76+85+220=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C55DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C55DC is #B3AA23. Grayscale: #616161. Windows color (decimal): -11774500 or 14439756. OLE color: 14439756.

HSL color Cylindrical-coordinate representation of color #4C55DC: hue angle of 236.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C55DC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 85 220 -
CMYK 0.65 0.61 0 0.14
HSL 236.25º 0.67% 0.58% -
HSV(B) 236.25º 0.65% 0.86% -
XYZ 19.15 13.2 69.25 -
YUV 97.7 197.02 112.52 -
System Red Green Blue C M Y K H S L
Decimal 76 85 220 0.65 0.61 0 0.14 236.25 0.67 0.58
Hex 4C 55 DC 41 3D 0 E EC 43 3A
Octal 114 125 334 101 75 0 16 354 103 72
Binary 1001100 1010101 11011100 1000001 111101 0 1110 11101100 1000011 111010

Color Harmonies of #4C55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C55DC

Black with #4C55DC

Text Example


Text Example

White with #4C55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,220); }

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

background-color css

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

 a { background-color: rgb(76,85,220); }

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

border-color css

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

 span { border-color: rgb(76,85,220); }

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