Html Css Color HEX #4C4ADC Free Speech Blue

📋 copy color: '#4C4ADC'

red 76 ◦ green 74 ◦ blue 220

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

Shades of Free Speech Blue #4C4ADC

Tints of Free Speech Blue #4C4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

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

R = 20.54%
G = 20%
B = 59.46%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C4ADC (or 0x4C4ADC) is known color: Free Speech Blue. HEX triplet: 4C, 4A and DC. RGB value is (76,74,220). Sum of RGB (Red+Green+Blue) = 76+74+220=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C4ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4ADC is #B3B523. Grayscale: #5A5A5A. Windows color (decimal): -11777316 or 14436940. OLE color: 14436940.

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

Color convert

RGB 76 74 220 -
CMYK 0.65 0.66 0 0.14
HSL 240.82º 0.68% 0.58% -
HSV(B) 240.82º 0.66% 0.86% -
XYZ 18.35 11.6 68.98 -
YUV 91.24 200.66 117.13 -
System Red Green Blue C M Y K H S L
Decimal 76 74 220 0.65 0.66 0 0.14 240.82 0.68 0.58
Hex 4C 4A DC 41 42 0 E F1 44 3A
Octal 114 112 334 101 102 0 16 361 104 72
Binary 1001100 1001010 11011100 1000001 1000010 0 1110 11110001 1000100 111010

Color Harmonies of #4C4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4ADC

Black with #4C4ADC

Text Example


Text Example

White with #4C4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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