Html Css Color HEX #4C55DD Free Speech Blue

📋 copy color: '#4C55DD'

red 76 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Blue #4C55DD

Tints of Free Speech Blue #4C55DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 19.9%
G = 22.25%
B = 57.85%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C55DD (or 0x4C55DD) is known color: Free Speech Blue. HEX triplet: 4C, 55 and DD. RGB value is (76,85,221). Sum of RGB (Red+Green+Blue) = 76+85+221=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C55DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C55DD is #B3AA22. Grayscale: #616161. Windows color (decimal): -11774499 or 14505292. OLE color: 14505292.

HSL color Cylindrical-coordinate representation of color #4C55DD: hue angle of 236.28º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C55DD is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 85 221 -
CMYK 0.66 0.62 0 0.13
HSL 236.28º 0.68% 0.58% -
HSV(B) 236.28º 0.66% 0.87% -
XYZ 19.28 13.25 69.95 -
YUV 97.81 197.52 112.44 -
System Red Green Blue C M Y K H S L
Decimal 76 85 221 0.66 0.62 0 0.13 236.28 0.68 0.58
Hex 4C 55 DD 42 3E 0 D EC 44 3A
Octal 114 125 335 102 76 0 15 354 104 72
Binary 1001100 1010101 11011101 1000010 111110 0 1101 11101100 1000100 111010

Color Harmonies of #4C55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C55DD

Black with #4C55DD

Text Example


Text Example

White with #4C55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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