Html Css Color HEX #445277 Astronaut

📋 copy color: '#445277'

red 68 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #445277

Tints of Astronaut #445277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 25.28%
G = 30.48%
B = 44.24%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445277 (or 0x445277) is known color: Astronaut. HEX triplet: 44, 52 and 77. RGB value is (68,82,119). Sum of RGB (Red+Green+Blue) = 68+82+119=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #445277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445277 is #BBAD88. Grayscale: #515151. Windows color (decimal): -12299657 or 7819844. OLE color: 7819844.

HSL color Cylindrical-coordinate representation of color #445277: hue angle of 223.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445277 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 82 119 -
CMYK 0.43 0.31 0 0.53
HSL 223.53º 0.27% 0.37% -
HSV(B) 223.53º 0.43% 0.47% -
XYZ 8.73 8.6 18.65 -
YUV 82.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 68 82 119 0.43 0.31 0 0.53 223.53 0.27 0.37
Hex 44 52 77 2B 1F 0 35 E0 1B 25
Octal 104 122 167 53 37 0 65 340 33 45
Binary 1000100 1010010 1110111 101011 11111 0 110101 11100000 11011 100101

Color Harmonies of #445277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445277

Black with #445277

Text Example


Text Example

White with #445277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445277; }

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

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

background-color css

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

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

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

border-color css

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

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

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