Html Css Color HEX #434E76 Astronaut

📋 copy color: '#434E76'

red 67 ◦ green 78 ◦ blue 118

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

Shades of Astronaut #434E76

Tints of Astronaut #434E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.87%

R = 25.48%
G = 29.66%
B = 44.87%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#434E76 (or 0x434E76) is known color: Astronaut. HEX triplet: 43, 4E and 76. RGB value is (67,78,118). Sum of RGB (Red+Green+Blue) = 67+78+118=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #434E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E76 is #BCB189. Grayscale: #4F4F4F. Windows color (decimal): -12366218 or 7753283. OLE color: 7753283.

HSL color Cylindrical-coordinate representation of color #434E76: hue angle of 227.06º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434E76 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 78 118 -
CMYK 0.43 0.34 0 0.54
HSL 227.06º 0.28% 0.36% -
HSV(B) 227.06º 0.43% 0.46% -
XYZ 8.31 7.95 18.24 -
YUV 79.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 67 78 118 0.43 0.34 0 0.54 227.06 0.28 0.36
Hex 43 4E 76 2B 22 0 36 E3 1C 24
Octal 103 116 166 53 42 0 66 343 34 44
Binary 1000011 1001110 1110110 101011 100010 0 110110 11100011 11100 100100

Color Harmonies of #434E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E76

Black with #434E76

Text Example


Text Example

White with #434E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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