Html Css Color HEX #445074 Astronaut

📋 copy color: '#445074'

red 68 ◦ green 80 ◦ blue 116

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

Shades of Astronaut #445074

Tints of Astronaut #445074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 25.76%
G = 30.3%
B = 43.94%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445074 (or 0x445074) is known color: Astronaut. HEX triplet: 44, 50 and 74. RGB value is (68,80,116). Sum of RGB (Red+Green+Blue) = 68+80+116=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #445074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445074 is #BBAF8B. Grayscale: #505050. Windows color (decimal): -12300172 or 7622724. OLE color: 7622724.

HSL color Cylindrical-coordinate representation of color #445074: hue angle of 225º 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 #445074 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 80 116 -
CMYK 0.41 0.31 0 0.55
HSL 225º 0.26% 0.36% -
HSV(B) 225º 0.41% 0.45% -
XYZ 8.4 8.23 17.67 -
YUV 80.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 68 80 116 0.41 0.31 0 0.55 225 0.26 0.36
Hex 44 50 74 29 1F 0 37 E1 1A 24
Octal 104 120 164 51 37 0 67 341 32 44
Binary 1000100 1010000 1110100 101001 11111 0 110111 11100001 11010 100100

Color Harmonies of #445074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445074

Black with #445074

Text Example


Text Example

White with #445074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445074; }

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

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

background-color css

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

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

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

border-color css

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

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

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