#424C72

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

Shades of Astronaut #424C72

Tints of Astronaut #424C72

Color information

#424C72 (or 0x424C72) is unknown color: approx Astronaut. HEX triplet: 42, 4C and 72. RGB value is (66,76,114). Sum of RGB (Red+Green+Blue) = 66+76+114=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #424C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C72 is #BDB38D. Grayscale: #4D4D4D. Windows color (decimal): -12432270 or 7490626. OLE color: 7490626.

HSL color Cylindrical-coordinate representation of color #424C72: hue angle of 227.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424C72 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6676114-
CMYK0.420.3300.55
HSL227.5º26.67%35.29%-
HSV(B)227.5º42.11%44.71%-
XYZ7.877.5416.96-
YUV77.34148.69119.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=25.78%
G=29.69%
B=44.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66761140.420.3300.55227.526.6735.29
Hex424C722A21037e41b23
Octal10211416252410673443343
Binary10000101001100111001010101010000101101111110010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,76,114); }

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

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

 a { background-color: rgb(66,76,114); }

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

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

 span { border-color: rgb(66,76,114); }

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