#434B6D

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

Shades of Astronaut #434B6D

Tints of Astronaut #434B6D

Color information

#434B6D (or 0x434B6D) is unknown color: approx Astronaut. HEX triplet: 43, 4B and 6D. RGB value is (67,75,109). Sum of RGB (Red+Green+Blue) = 67+75+109=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #434B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B6D is #BCB492. Grayscale: #4C4C4C. Windows color (decimal): -12366995 or 7162691. OLE color: 7162691.

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

Color convert

RGB6775109-
CMYK0.390.3100.57
HSL228.57º23.86%34.51%-
HSV(B)228.57º38.53%42.75%-
XYZ7.597.3315.48-
YUV76.48146.35121.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.69%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=26.69%
G=29.88%
B=43.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67751090.390.3100.57228.5723.8634.51
Hex434B6D271F039e51823
Octal10311315547370713453043
Binary1000011100101111011011001111111101110011110010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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