Html Css Color HEX #434B6E Astronaut

📋 copy color: '#434B6E'

red 67 ◦ green 75 ◦ blue 110

#434B6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #434B6E

Tints of Astronaut #434B6E

RGB

 RED value IS 67 (26.56% from 255) = 26.59%

 GREEN value IS 75 (29.69% from 255) = 29.76%

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 26.59%
G = 29.76%
B = 43.65%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#434B6E (or 0x434B6E) is known color: Astronaut. HEX triplet: 43, 4B and 6E. RGB value is (67,75,110). Sum of RGB (Red+Green+Blue) = 67+75+110=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #434B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B6E is #BCB491. Grayscale: #4C4C4C. Windows color (decimal): -12366994 or 7228227. OLE color: 7228227.

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

Color convert

RGB 67 75 110 -
CMYK 0.39 0.32 0 0.57
HSL 228.84º 0.24% 0.35% -
HSV(B) 228.84º 0.39% 0.43% -
XYZ 7.65 7.35 15.77 -
YUV 76.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 67 75 110 0.39 0.32 0 0.57 228.84 0.24 0.35
Hex 43 4B 6E 27 20 0 39 E5 18 23
Octal 103 113 156 47 40 0 71 345 30 43
Binary 1000011 1001011 1101110 100111 100000 0 111001 11100101 11000 100011

Color Harmonies of #434B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B6E

Black with #434B6E

Text Example


Text Example

White with #434B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #434B6E;
 }
 .AnyTagClassName
 {
   color: #434B6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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