Html Css Color HEX #434D71 Astronaut

📋 copy color: '#434D71'

red 67 ◦ green 77 ◦ blue 113

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

Shades of Astronaut #434D71

Tints of Astronaut #434D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 26.07%
G = 29.96%
B = 43.97%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#434D71 (or 0x434D71) is known color: Astronaut. HEX triplet: 43, 4D and 71. RGB value is (67,77,113). Sum of RGB (Red+Green+Blue) = 67+77+113=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #434D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D71 is #BCB28E. Grayscale: #4D4D4D. Windows color (decimal): -12366479 or 7425347. OLE color: 7425347.

HSL color Cylindrical-coordinate representation of color #434D71: hue angle of 226.96º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434D71 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 77 113 -
CMYK 0.41 0.32 0 0.56
HSL 226.96º 0.26% 0.35% -
HSV(B) 226.96º 0.41% 0.44% -
XYZ 7.95 7.69 16.69 -
YUV 78.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 67 77 113 0.41 0.32 0 0.56 226.96 0.26 0.35
Hex 43 4D 71 29 20 0 38 E3 1A 23
Octal 103 115 161 51 40 0 70 343 32 43
Binary 1000011 1001101 1110001 101001 100000 0 111000 11100011 11010 100011

Color Harmonies of #434D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434D71

Black with #434D71

Text Example


Text Example

White with #434D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,77,113); }

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

background-color css

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

 a { background-color: rgb(67,77,113); }

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

border-color css

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

 span { border-color: rgb(67,77,113); }

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