#434F6E

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

Shades of Astronaut #434F6E

Tints of Astronaut #434F6E

Color information

#434F6E (or 0x434F6E) is unknown color: approx Astronaut. HEX triplet: 43, 4F and 6E. RGB value is (67,79,110). Sum of RGB (Red+Green+Blue) = 67+79+110=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #434F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F6E is #BCB091. Grayscale: #4E4E4E. Windows color (decimal): -12365970 or 7229251. OLE color: 7229251.

HSL color Cylindrical-coordinate representation of color #434F6E: hue angle of 223.26º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434F6E is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6779110-
CMYK0.390.2800.57
HSL223.26º24.29%34.71%-
HSV(B)223.26º39.09%43.14%-
XYZ7.937.9115.86-
YUV78.95145.52119.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=26.17%
G=30.86%
B=42.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67791100.390.2800.57223.2624.2934.71
Hex434F6E271C039df1823
Octal10311715647340713373043
Binary1000011100111111011101001111110001110011101111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434F6E; }

 p { color: rgb(67,79,110); }

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

<style>
 a { background-color: #434F6E; }

 a { background-color: rgb(67,79,110); }

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

<style>
 span { border-color: #434F6E; }

 span { border-color: rgb(67,79,110); }

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