Html Css Color HEX #445276 Astronaut

📋 copy color: '#445276'

red 68 ◦ green 82 ◦ blue 118

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

Shades of Astronaut #445276

Tints of Astronaut #445276

RGB

 RED value IS 68 (26.95% from 255) = 25.37%

 GREEN value IS 82 (32.42% from 255) = 30.6%

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

R = 25.37%
G = 30.6%
B = 44.03%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445276 (or 0x445276) is known color: Astronaut. HEX triplet: 44, 52 and 76. RGB value is (68,82,118). Sum of RGB (Red+Green+Blue) = 68+82+118=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #445276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445276 is #BBAD89. Grayscale: #515151. Windows color (decimal): -12299658 or 7754308. OLE color: 7754308.

HSL color Cylindrical-coordinate representation of color #445276: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445276 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 82 118 -
CMYK 0.42 0.31 0 0.54
HSL 223.2º 0.27% 0.36% -
HSV(B) 223.2º 0.42% 0.46% -
XYZ 8.67 8.57 18.34 -
YUV 81.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 68 82 118 0.42 0.31 0 0.54 223.2 0.27 0.36
Hex 44 52 76 2A 1F 0 36 DF 1B 24
Octal 104 122 166 52 37 0 66 337 33 44
Binary 1000100 1010010 1110110 101010 11111 0 110110 11011111 11011 100100

Color Harmonies of #445276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445276

Black with #445276

Text Example


Text Example

White with #445276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445276; }

 p { color: rgb(68,82,118); }

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

background-color css

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

 a { background-color: rgb(68,82,118); }

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

border-color css

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

 span { border-color: rgb(68,82,118); }

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