Html Css Color HEX #424AC0 Free Speech Blue

📋 copy color: '#424AC0'

red 66 ◦ green 74 ◦ blue 192

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

Shades of Free Speech Blue #424AC0

Tints of Free Speech Blue #424AC0

RGB

 RED value IS 66 (26.17% from 255) = 19.88%

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

 BLUE value IS 192 (75.39% from 255) = 57.83%

R = 19.88%
G = 22.29%
B = 57.83%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#424AC0 (or 0x424AC0) is known color: Free Speech Blue. HEX triplet: 42, 4A and C0. RGB value is (66,74,192). Sum of RGB (Red+Green+Blue) = 66+74+192=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #424AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424AC0 is #BDB53F. Grayscale: #545454. Windows color (decimal): -12432704 or 12601922. OLE color: 12601922.

HSL color Cylindrical-coordinate representation of color #424AC0: hue angle of 236.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424AC0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 74 192 -
CMYK 0.66 0.61 0 0.25
HSL 236.19º 0.5% 0.51% -
HSV(B) 236.19º 0.66% 0.75% -
XYZ 14.21 9.86 51.02 -
YUV 85.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 66 74 192 0.66 0.61 0 0.25 236.19 0.5 0.51
Hex 42 4A C0 42 3D 0 19 EC 32 33
Octal 102 112 300 102 75 0 31 354 62 63
Binary 1000010 1001010 11000000 1000010 111101 0 11001 11101100 110010 110011

Color Harmonies of #424AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AC0

Black with #424AC0

Text Example


Text Example

White with #424AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424AC0; }

 p { color: rgb(66,74,192); }

 H1.HeaderClassName
 {
   color: #424AC0;
 }
 .AnyTagClassName
 {
   color: #424AC0;
 }
</style>

background-color css

<style>
 a { background-color: #424AC0; }

 a { background-color: rgb(66,74,192); }

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

border-color css

<style>
 span { border-color: #424AC0; }

 span { border-color: rgb(66,74,192); }

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