Html Css Color HEX #4C4DDD Free Speech Blue

📋 copy color: '#4C4DDD'

red 76 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #4C4DDD

Tints of Free Speech Blue #4C4DDD

RGB

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

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

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

R = 20.32%
G = 20.59%
B = 59.09%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C4DDD (or 0x4C4DDD) is known color: Free Speech Blue. HEX triplet: 4C, 4D and DD. RGB value is (76,77,221). Sum of RGB (Red+Green+Blue) = 76+77+221=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C4DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4DDD is #B3B222. Grayscale: #5C5C5C. Windows color (decimal): -11776547 or 14503244. OLE color: 14503244.

HSL color Cylindrical-coordinate representation of color #4C4DDD: hue angle of 239.59º 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 #4C4DDD is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 77 221 -
CMYK 0.66 0.65 0 0.13
HSL 239.59º 0.68% 0.58% -
HSV(B) 239.59º 0.66% 0.87% -
XYZ 18.69 12.06 69.75 -
YUV 93.12 200.17 115.79 -
System Red Green Blue C M Y K H S L
Decimal 76 77 221 0.66 0.65 0 0.13 239.59 0.68 0.58
Hex 4C 4D DD 42 41 0 D F0 44 3A
Octal 114 115 335 102 101 0 15 360 104 72
Binary 1001100 1001101 11011101 1000010 1000001 0 1101 11110000 1000100 111010

Color Harmonies of #4C4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4DDD

Black with #4C4DDD

Text Example


Text Example

White with #4C4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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