#434B70

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

Shades of Astronaut #434B70

Tints of Astronaut #434B70

Color information

#434B70 (or 0x434B70) is unknown color: approx Astronaut. HEX triplet: 43, 4B and 70. RGB value is (67,75,112). Sum of RGB (Red+Green+Blue) = 67+75+112=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #434B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B70 is #BCB48F. Grayscale: #4C4C4C. Windows color (decimal): -12366992 or 7359299. OLE color: 7359299.

HSL color Cylindrical-coordinate representation of color #434B70: hue angle of 229.33º 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 #434B70 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6775112-
CMYK0.400.3300.56
HSL229.33º25.14%35.1%-
HSV(B)229.33º40.18%43.92%-
XYZ7.767.416.35-
YUV76.83147.85120.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.38%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=26.38%
G=29.53%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67751120.400.3300.56229.3325.1435.1
Hex434B702821038e51923
Octal10311316050410703453143
Binary10000111001011111000010100010000101110001110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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