#42506E

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

Shades of Astronaut #42506E

Tints of Astronaut #42506E

Color information

#42506E (or 0x42506E) is unknown color: approx Astronaut. HEX triplet: 42, 50 and 6E. RGB value is (66,80,110). Sum of RGB (Red+Green+Blue) = 66+80+110=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #42506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42506E is #BDAF91. Grayscale: #4F4F4F. Windows color (decimal): -12431250 or 7229506. OLE color: 7229506.

HSL color Cylindrical-coordinate representation of color #42506E: hue angle of 220.91º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42506E is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6680110-
CMYK0.40.2700.57
HSL220.91º25%34.51%-
HSV(B)220.91º40%43.14%-
XYZ7.938.0215.88-
YUV79.23145.36118.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=25.78%
G=31.25%
B=42.97%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66801100.40.2700.57220.912534.51
Hex42506E281B039dd1923
Octal10212015650330713353143
Binary1000010101000011011101010001101101110011101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42506E; }

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

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

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

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

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

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

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

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