Html Css Color HEX #445073 Astronaut

📋 copy color: '#445073'

red 68 ◦ green 80 ◦ blue 115

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

Shades of Astronaut #445073

Tints of Astronaut #445073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 25.86%
G = 30.42%
B = 43.73%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445073 (or 0x445073) is known color: Astronaut. HEX triplet: 44, 50 and 73. RGB value is (68,80,115). Sum of RGB (Red+Green+Blue) = 68+80+115=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #445073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445073 is #BBAF8C. Grayscale: #505050. Windows color (decimal): -12300173 or 7557188. OLE color: 7557188.

HSL color Cylindrical-coordinate representation of color #445073: hue angle of 224.68º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445073 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 80 115 -
CMYK 0.41 0.30 0 0.55
HSL 224.68º 0.26% 0.36% -
HSV(B) 224.68º 0.41% 0.45% -
XYZ 8.35 8.2 17.36 -
YUV 80.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 68 80 115 0.41 0.30 0 0.55 224.68 0.26 0.36
Hex 44 50 73 29 1E 0 37 E1 1A 24
Octal 104 120 163 51 36 0 67 341 32 44
Binary 1000100 1010000 1110011 101001 11110 0 110111 11100001 11010 100100

Color Harmonies of #445073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445073

Black with #445073

Text Example


Text Example

White with #445073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445073; }

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

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

background-color css

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

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

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

border-color css

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

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

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