#424E7A

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

Shades of Astronaut #424E7A

Tints of Astronaut #424E7A

Color information

#424E7A (or 0x424E7A) is unknown color: approx Astronaut. HEX triplet: 42, 4E and 7A. RGB value is (66,78,122). Sum of RGB (Red+Green+Blue) = 66+78+122=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #424E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E7A is #BDB185. Grayscale: #4F4F4F. Windows color (decimal): -12431750 or 8015426. OLE color: 8015426.

HSL color Cylindrical-coordinate representation of color #424E7A: hue angle of 227.14º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424E7A is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6678122-
CMYK0.460.3600.52
HSL227.14º29.79%36.86%-
HSV(B)227.14º45.9%47.84%-
XYZ8.488.0119.51-
YUV79.43152.02118.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=24.81%
G=29.32%
B=45.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66781220.460.3600.52227.1429.7936.86
Hex424E7A2E24034e31e25
Octal10211617256440643433645
Binary10000101001110111101010111010010001101001110001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424E7A; }

 p { color: rgb(66,78,122); }

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

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

 a { background-color: rgb(66,78,122); }

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

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

 span { border-color: rgb(66,78,122); }

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