#425278

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

Shades of Astronaut #425278

Tints of Astronaut #425278

Color information

#425278 (or 0x425278) is unknown color: approx Astronaut. HEX triplet: 42, 52 and 78. RGB value is (66,82,120). Sum of RGB (Red+Green+Blue) = 66+82+120=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #425278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425278 is #BDAD87. Grayscale: #515151. Windows color (decimal): -12430728 or 7885378. OLE color: 7885378.

HSL color Cylindrical-coordinate representation of color #425278: hue angle of 222.22º 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 #425278 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6682120-
CMYK0.450.3200.53
HSL222.22º29.03%36.47%-
HSV(B)222.22º45%47.06%-
XYZ8.658.5518.96-
YUV81.55149.7116.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=24.63%
G=30.60%
B=44.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66821200.450.3200.53222.2229.0336.47
Hex4252782D20035de1d24
Octal10212217055400653363544
Binary10000101010010111100010110110000001101011101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425278; }

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

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

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

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

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

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

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

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