#434F70

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

Shades of Astronaut #434F70

Tints of Astronaut #434F70

Color information

#434F70 (or 0x434F70) is unknown color: approx Astronaut. HEX triplet: 43, 4F and 70. RGB value is (67,79,112). Sum of RGB (Red+Green+Blue) = 67+79+112=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #434F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F70 is #BCB08F. Grayscale: #4F4F4F. Windows color (decimal): -12365968 or 7360323. OLE color: 7360323.

HSL color Cylindrical-coordinate representation of color #434F70: hue angle of 224º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434F70 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6779112-
CMYK0.400.2900.56
HSL224º25.14%35.1%-
HSV(B)224º40.18%43.92%-
XYZ8.047.9616.44-
YUV79.17146.52119.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.97%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=25.97%
G=30.62%
B=43.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67791120.400.2900.5622425.1435.1
Hex434F70281D038e01923
Octal10311716050350703403143
Binary1000011100111111100001010001110101110001110000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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