Html Css Color HEX #425079 Astronaut

📋 copy color: '#425079'

red 66 ◦ green 80 ◦ blue 121

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

Shades of Astronaut #425079

Tints of Astronaut #425079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 24.72%
G = 29.96%
B = 45.32%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425079 (or 0x425079) is known color: Astronaut. HEX triplet: 42, 50 and 79. RGB value is (66,80,121). Sum of RGB (Red+Green+Blue) = 66+80+121=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #425079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425079 is #BDAF86. Grayscale: #505050. Windows color (decimal): -12431239 or 7950402. OLE color: 7950402.

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

Color convert

RGB 66 80 121 -
CMYK 0.45 0.34 0 0.53
HSL 224.73º 0.29% 0.37% -
HSV(B) 224.73º 0.45% 0.47% -
XYZ 8.57 8.28 19.24 -
YUV 80.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 66 80 121 0.45 0.34 0 0.53 224.73 0.29 0.37
Hex 42 50 79 2D 22 0 35 E1 1D 25
Octal 102 120 171 55 42 0 65 341 35 45
Binary 1000010 1010000 1111001 101101 100010 0 110101 11100001 11101 100101

Color Harmonies of #425079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425079

Black with #425079

Text Example


Text Example

White with #425079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425079; }

 p { color: rgb(66,80,121); }

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

background-color css

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

 a { background-color: rgb(66,80,121); }

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

border-color css

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

 span { border-color: rgb(66,80,121); }

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