#424E75

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

Shades of Astronaut #424E75

Tints of Astronaut #424E75

Color information

#424E75 (or 0x424E75) is unknown color: approx Astronaut. HEX triplet: 42, 4E and 75. RGB value is (66,78,117). Sum of RGB (Red+Green+Blue) = 66+78+117=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #424E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E75 is #BDB18A. Grayscale: #4E4E4E. Windows color (decimal): -12431755 or 7687746. OLE color: 7687746.

HSL color Cylindrical-coordinate representation of color #424E75: hue angle of 225.88º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424E75 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6678117-
CMYK0.440.3300.54
HSL225.88º27.87%35.88%-
HSV(B)225.88º43.59%45.88%-
XYZ8.187.8917.92-
YUV78.86149.52118.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=25.29%
G=29.89%
B=44.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66781170.440.3300.54225.8827.8735.88
Hex424E752C21036e21c24
Octal10211616554410663423444
Binary10000101001110111010110110010000101101101110001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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