#434F76

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

Shades of Astronaut #434F76

Tints of Astronaut #434F76

Color information

#434F76 (or 0x434F76) is unknown color: approx Astronaut. HEX triplet: 43, 4F and 76. RGB value is (67,79,118). Sum of RGB (Red+Green+Blue) = 67+79+118=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #434F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F76 is #BCB089. Grayscale: #4F4F4F. Windows color (decimal): -12365962 or 7753539. OLE color: 7753539.

HSL color Cylindrical-coordinate representation of color #434F76: 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.43%. Process color model (Four color, CMYK) of #434F76 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6779118-
CMYK0.430.3300.54
HSL225.88º27.57%36.27%-
HSV(B)225.88º43.22%46.27%-
XYZ8.388.0918.26-
YUV79.86149.52118.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.38%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=25.38%
G=29.92%
B=44.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67791180.430.3300.54225.8827.5736.27
Hex434F762B21036e21c24
Octal10311716653410663423444
Binary10000111001111111011010101110000101101101110001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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