#42527E

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

Shades of Astronaut #42527E

Tints of Astronaut #42527E

Color information

#42527E (or 0x42527E) is unknown color: approx Astronaut. HEX triplet: 42, 52 and 7E. RGB value is (66,82,126). Sum of RGB (Red+Green+Blue) = 66+82+126=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #42527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42527E is #BDAD81. Grayscale: #525252. Windows color (decimal): -12430722 or 8278594. OLE color: 8278594.

HSL color Cylindrical-coordinate representation of color #42527E: hue angle of 224º 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 #42527E is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6682126-
CMYK0.480.3500.51
HSL224º31.25%37.65%-
HSV(B)224º47.62%49.41%-
XYZ9.038.720.94-
YUV82.23152.7116.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=24.09%
G=29.93%
B=45.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66821260.480.3500.5122431.2537.65
Hex42527E3023033e01f26
Octal10212217660430633403746
Binary10000101010010111111011000010001101100111110000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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