Html Css Color HEX #445075 Astronaut

📋 copy color: '#445075'

red 68 ◦ green 80 ◦ blue 117

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

Shades of Astronaut #445075

Tints of Astronaut #445075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 25.66%
G = 30.19%
B = 44.15%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445075 (or 0x445075) is known color: Astronaut. HEX triplet: 44, 50 and 75. RGB value is (68,80,117). Sum of RGB (Red+Green+Blue) = 68+80+117=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #445075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445075 is #BBAF8A. Grayscale: #505050. Windows color (decimal): -12300171 or 7688260. OLE color: 7688260.

HSL color Cylindrical-coordinate representation of color #445075: hue angle of 225.31º degrees, saturation: 0.26, 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 #445075 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 80 117 -
CMYK 0.42 0.32 0 0.54
HSL 225.31º 0.26% 0.36% -
HSV(B) 225.31º 0.42% 0.46% -
XYZ 8.46 8.25 17.98 -
YUV 80.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 68 80 117 0.42 0.32 0 0.54 225.31 0.26 0.36
Hex 44 50 75 2A 20 0 36 E1 1A 24
Octal 104 120 165 52 40 0 66 341 32 44
Binary 1000100 1010000 1110101 101010 100000 0 110110 11100001 11010 100100

Color Harmonies of #445075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445075

Black with #445075

Text Example


Text Example

White with #445075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445075; }

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

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

background-color css

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

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

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

border-color css

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

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

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