Html Css Color HEX #445077 Astronaut

📋 copy color: '#445077'

red 68 ◦ green 80 ◦ blue 119

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

Shades of Astronaut #445077

Tints of Astronaut #445077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

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

R = 25.47%
G = 29.96%
B = 44.57%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445077 (or 0x445077) is known color: Astronaut. HEX triplet: 44, 50 and 77. RGB value is (68,80,119). Sum of RGB (Red+Green+Blue) = 68+80+119=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #445077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445077 is #BBAF88. Grayscale: #505050. Windows color (decimal): -12300169 or 7819332. OLE color: 7819332.

HSL color Cylindrical-coordinate representation of color #445077: hue angle of 225.88º 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 #445077 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 80 119 -
CMYK 0.43 0.33 0 0.53
HSL 225.88º 0.27% 0.37% -
HSV(B) 225.88º 0.43% 0.47% -
XYZ 8.58 8.3 18.6 -
YUV 80.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 68 80 119 0.43 0.33 0 0.53 225.88 0.27 0.37
Hex 44 50 77 2B 21 0 35 E2 1B 25
Octal 104 120 167 53 41 0 65 342 33 45
Binary 1000100 1010000 1110111 101011 100001 0 110101 11100010 11011 100101

Color Harmonies of #445077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445077

Black with #445077

Text Example


Text Example

White with #445077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445077; }

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

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

background-color css

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

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

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

border-color css

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

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

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