#425074

Color #425074 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #425074

Tints of Astronaut #425074

Color information

#425074 (or 0x425074) is unknown color: approx Astronaut. HEX triplet: 42, 50 and 74. RGB value is (66,80,116). Sum of RGB (Red+Green+Blue) = 66+80+116=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #425074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425074 is #BDAF8B. Grayscale: #4F4F4F. Windows color (decimal): -12431244 or 7622722. OLE color: 7622722.

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

Color convert

RGB6680116-
CMYK0.430.3100.55
HSL223.2º27.47%35.69%-
HSV(B)223.2º43.1%45.49%-
XYZ8.278.1617.66-
YUV79.92148.36118.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 116 (45.70% from 255) = 44.27%
R=25.19%
G=30.53%
B=44.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66801160.430.3100.55223.227.4735.69
Hex4250742B1F037df1b24
Octal10212016453370673373344
Binary1000010101000011101001010111111101101111101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425074; }

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

 H1.HeaderClassName
 {
   color: #425074;
 }
 .AnyTagClassName
 {
   color: #425074;
 }
</style>
background-color css

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

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

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

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

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

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