Html Css Color HEX #445470 Astronaut

📋 copy color: '#445470'

red 68 ◦ green 84 ◦ blue 112

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

Shades of Astronaut #445470

Tints of Astronaut #445470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 25.76%
G = 31.82%
B = 42.42%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445470 (or 0x445470) is known color: Astronaut. HEX triplet: 44, 54 and 70. RGB value is (68,84,112). Sum of RGB (Red+Green+Blue) = 68+84+112=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #445470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445470 is #BBAB8F. Grayscale: #525252. Windows color (decimal): -12299152 or 7361604. OLE color: 7361604.

HSL color Cylindrical-coordinate representation of color #445470: hue angle of 218.18º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445470 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 84 112 -
CMYK 0.39 0.25 0 0.56
HSL 218.18º 0.24% 0.35% -
HSV(B) 218.18º 0.39% 0.44% -
XYZ 8.48 8.74 16.57 -
YUV 82.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 68 84 112 0.39 0.25 0 0.56 218.18 0.24 0.35
Hex 44 54 70 27 19 0 38 DA 18 23
Octal 104 124 160 47 31 0 70 332 30 43
Binary 1000100 1010100 1110000 100111 11001 0 111000 11011010 11000 100011

Color Harmonies of #445470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445470

Black with #445470

Text Example


Text Example

White with #445470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445470; }

 p { color: rgb(68,84,112); }

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

background-color css

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

 a { background-color: rgb(68,84,112); }

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

border-color css

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

 span { border-color: rgb(68,84,112); }

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