#424F75

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

Shades of Astronaut #424F75

Tints of Astronaut #424F75

Color information

#424F75 (or 0x424F75) is unknown color: approx Astronaut. HEX triplet: 42, 4F and 75. RGB value is (66,79,117). Sum of RGB (Red+Green+Blue) = 66+79+117=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #424F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F75 is #BDB08A. Grayscale: #4F4F4F. Windows color (decimal): -12431499 or 7688002. OLE color: 7688002.

HSL color Cylindrical-coordinate representation of color #424F75: hue angle of 224.71º 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 #424F75 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6679117-
CMYK0.440.3200.54
HSL224.71º27.87%35.88%-
HSV(B)224.71º43.59%45.88%-
XYZ8.258.0317.95-
YUV79.44149.19118.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=25.19%
G=30.15%
B=44.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66791170.440.3200.54224.7127.8735.88
Hex424F752C20036e11c24
Octal10211716554400663413444
Binary10000101001111111010110110010000001101101110000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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