Html Css Color HEX #425073 Astronaut

📋 copy color: '#425073'

red 66 ◦ green 80 ◦ blue 115

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

Shades of Astronaut #425073

Tints of Astronaut #425073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 25.29%
G = 30.65%
B = 44.06%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425073 (or 0x425073) is known color: Astronaut. HEX triplet: 42, 50 and 73. RGB value is (66,80,115). Sum of RGB (Red+Green+Blue) = 66+80+115=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #425073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425073 is #BDAF8C. Grayscale: #4F4F4F. Windows color (decimal): -12431245 or 7557186. OLE color: 7557186.

HSL color Cylindrical-coordinate representation of color #425073: hue angle of 222.86º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425073 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 80 115 -
CMYK 0.43 0.30 0 0.55
HSL 222.86º 0.27% 0.35% -
HSV(B) 222.86º 0.43% 0.45% -
XYZ 8.21 8.13 17.36 -
YUV 79.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 66 80 115 0.43 0.30 0 0.55 222.86 0.27 0.35
Hex 42 50 73 2B 1E 0 37 DF 1B 23
Octal 102 120 163 53 36 0 67 337 33 43
Binary 1000010 1010000 1110011 101011 11110 0 110111 11011111 11011 100011

Color Harmonies of #425073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425073

Black with #425073

Text Example


Text Example

White with #425073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425073; }

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

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

background-color css

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

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

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

border-color css

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

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

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