#42507E

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

Shades of Astronaut #42507E

Tints of Astronaut #42507E

Color information

#42507E (or 0x42507E) is unknown color: approx Astronaut. HEX triplet: 42, 50 and 7E. RGB value is (66,80,126). Sum of RGB (Red+Green+Blue) = 66+80+126=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #42507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42507E is #BDAF81. Grayscale: #505050. Windows color (decimal): -12431234 or 8278082. OLE color: 8278082.

HSL color Cylindrical-coordinate representation of color #42507E: hue angle of 226º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42507E is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6680126-
CMYK0.480.3700.51
HSL226º31.25%37.65%-
HSV(B)226º47.62%49.41%-
XYZ8.888.420.89-
YUV81.06153.36117.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 126 (49.61% from 255) = 46.32%
R=24.26%
G=29.41%
B=46.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66801260.480.3700.5122631.2537.65
Hex42507E3025033e21f26
Octal10212017660450633423746
Binary10000101010000111111011000010010101100111110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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