Html Css Color HEX #4C4ACA Free Speech Blue

📋 copy color: '#4C4ACA'

red 76 ◦ green 74 ◦ blue 202

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

Shades of Free Speech Blue #4C4ACA

Tints of Free Speech Blue #4C4ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 21.59%
G = 21.02%
B = 57.39%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C4ACA (or 0x4C4ACA) is known color: Free Speech Blue. HEX triplet: 4C, 4A and CA. RGB value is (76,74,202). Sum of RGB (Red+Green+Blue) = 76+74+202=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C4ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4ACA is #B3B535. Grayscale: #585858. Windows color (decimal): -11777334 or 13257292. OLE color: 13257292.

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

Color convert

RGB 76 74 202 -
CMYK 0.62 0.63 0 0.21
HSL 240.94º 0.55% 0.54% -
HSV(B) 240.94º 0.63% 0.79% -
XYZ 16.09 10.7 57.09 -
YUV 89.19 191.66 118.59 -
System Red Green Blue C M Y K H S L
Decimal 76 74 202 0.62 0.63 0 0.21 240.94 0.55 0.54
Hex 4C 4A CA 3E 3F 0 15 F1 37 36
Octal 114 112 312 76 77 0 25 361 67 66
Binary 1001100 1001010 11001010 111110 111111 0 10101 11110001 110111 110110

Color Harmonies of #4C4ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4ACA

Black with #4C4ACA

Text Example


Text Example

White with #4C4ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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