Html Css Color HEX #424AC5 Free Speech Blue

📋 copy color: '#424AC5'

red 66 ◦ green 74 ◦ blue 197

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

Shades of Free Speech Blue #424AC5

Tints of Free Speech Blue #424AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 58.46%

R = 19.58%
G = 21.96%
B = 58.46%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#424AC5 (or 0x424AC5) is known color: Free Speech Blue. HEX triplet: 42, 4A and C5. RGB value is (66,74,197). Sum of RGB (Red+Green+Blue) = 66+74+197=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 197 (77.34% from 255 or 58.46% from 337); Max value from RGB is 197 - color contains mainly: blue. Hex color #424AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424AC5 is #BDB53A. Grayscale: #555555. Windows color (decimal): -12432699 or 12929602. OLE color: 12929602.

HSL color Cylindrical-coordinate representation of color #424AC5: hue angle of 236.34º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424AC5 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 74 197 -
CMYK 0.66 0.62 0 0.23
HSL 236.34º 0.53% 0.52% -
HSV(B) 236.34º 0.66% 0.77% -
XYZ 14.77 10.09 53.99 -
YUV 85.63 190.85 114 -
System Red Green Blue C M Y K H S L
Decimal 66 74 197 0.66 0.62 0 0.23 236.34 0.53 0.52
Hex 42 4A C5 42 3E 0 17 EC 35 34
Octal 102 112 305 102 76 0 27 354 65 64
Binary 1000010 1001010 11000101 1000010 111110 0 10111 11101100 110101 110100

Color Harmonies of #424AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AC5

Black with #424AC5

Text Example


Text Example

White with #424AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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