Html Css Color HEX #434E6E Astronaut

📋 copy color: '#434E6E'

red 67 ◦ green 78 ◦ blue 110

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

Shades of Astronaut #434E6E

Tints of Astronaut #434E6E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

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

R = 26.27%
G = 30.59%
B = 43.14%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#434E6E (or 0x434E6E) is known color: Astronaut. HEX triplet: 43, 4E and 6E. RGB value is (67,78,110). Sum of RGB (Red+Green+Blue) = 67+78+110=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #434E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E6E is #BCB191. Grayscale: #4E4E4E. Windows color (decimal): -12366226 or 7228995. OLE color: 7228995.

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

Color convert

RGB 67 78 110 -
CMYK 0.39 0.29 0 0.57
HSL 224.65º 0.24% 0.35% -
HSV(B) 224.65º 0.39% 0.43% -
XYZ 7.85 7.77 15.84 -
YUV 78.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 67 78 110 0.39 0.29 0 0.57 224.65 0.24 0.35
Hex 43 4E 6E 27 1D 0 39 E1 18 23
Octal 103 116 156 47 35 0 71 341 30 43
Binary 1000011 1001110 1101110 100111 11101 0 111001 11100001 11000 100011

Color Harmonies of #434E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E6E

Black with #434E6E

Text Example


Text Example

White with #434E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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