Html Css Color HEX #424A78 Astronaut

📋 copy color: '#424A78'

red 66 ◦ green 74 ◦ blue 120

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

Shades of Astronaut #424A78

Tints of Astronaut #424A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.15%

R = 25.38%
G = 28.46%
B = 46.15%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424A78 (or 0x424A78) is known color: Astronaut. HEX triplet: 42, 4A and 78. RGB value is (66,74,120). Sum of RGB (Red+Green+Blue) = 66+74+120=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #424A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A78 is #BDB587. Grayscale: #4C4C4C. Windows color (decimal): -12432776 or 7883330. OLE color: 7883330.

HSL color Cylindrical-coordinate representation of color #424A78: hue angle of 231.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424A78 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 74 120 -
CMYK 0.45 0.38 0 0.53
HSL 231.11º 0.29% 0.36% -
HSV(B) 231.11º 0.45% 0.47% -
XYZ 8.09 7.41 18.77 -
YUV 76.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 66 74 120 0.45 0.38 0 0.53 231.11 0.29 0.36
Hex 42 4A 78 2D 26 0 35 E7 1D 24
Octal 102 112 170 55 46 0 65 347 35 44
Binary 1000010 1001010 1111000 101101 100110 0 110101 11100111 11101 100100

Color Harmonies of #424A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A78

Black with #424A78

Text Example


Text Example

White with #424A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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