Html Css Color HEX #424DAF Free Speech Blue

📋 copy color: '#424DAF'

red 66 ◦ green 77 ◦ blue 175

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

Shades of Free Speech Blue #424DAF

Tints of Free Speech Blue #424DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.03%

R = 20.75%
G = 24.21%
B = 55.03%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#424DAF (or 0x424DAF) is known color: Free Speech Blue. HEX triplet: 42, 4D and AF. RGB value is (66,77,175). Sum of RGB (Red+Green+Blue) = 66+77+175=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #424DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424DAF is #BDB250. Grayscale: #545454. Windows color (decimal): -12431953 or 11488578. OLE color: 11488578.

HSL color Cylindrical-coordinate representation of color #424DAF: hue angle of 233.94º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424DAF is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 77 175 -
CMYK 0.62 0.56 0 0.31
HSL 233.95º 0.45% 0.47% -
HSV(B) 233.95º 0.62% 0.69% -
XYZ 12.64 9.56 41.74 -
YUV 84.88 178.86 114.53 -
System Red Green Blue C M Y K H S L
Decimal 66 77 175 0.62 0.56 0 0.31 233.95 0.45 0.47
Hex 42 4D AF 3E 38 0 1F EA 2D 2F
Octal 102 115 257 76 70 0 37 352 55 57
Binary 1000010 1001101 10101111 111110 111000 0 11111 11101010 101101 101111

Color Harmonies of #424DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DAF

Black with #424DAF

Text Example


Text Example

White with #424DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,175); }

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

background-color css

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

 a { background-color: rgb(66,77,175); }

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

border-color css

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

 span { border-color: rgb(66,77,175); }

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