#434E6E

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

Shades of Astronaut #434E6E

Tints of Astronaut #434E6E

Color information

#434E6E (or 0x434E6E) is unknown color: approx Astronaut. HEX triplet: 43, 4E and 6E. RGB value is (67,78,110). Sum of RGB (Red+Green+Blue) = 67+78+110=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #434E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E6E is #BCB191. Grayscale: #4E4E4E. Windows color (decimal): -12366226 or 7228995. OLE color: 7228995.

HSL color Cylindrical-coordinate representation of color #434E6E: hue angle of 224.65º 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 #434E6E is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6778110-
CMYK0.390.2900.57
HSL224.65º24.29%34.71%-
HSV(B)224.65º39.09%43.14%-
XYZ7.857.7715.84-
YUV78.36145.86119.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.27%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=26.27%
G=30.59%
B=43.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67781100.390.2900.57224.6524.2934.71
Hex434E6E271D039e11823
Octal10311615647350713413043
Binary1000011100111011011101001111110101110011110000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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