Html Css Color HEX #44517E Astronaut

📋 copy color: '#44517E'

red 68 ◦ green 81 ◦ blue 126

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

Shades of Astronaut #44517E

Tints of Astronaut #44517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 24.73%
G = 29.45%
B = 45.82%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44517E (or 0x44517E) is known color: Astronaut. HEX triplet: 44, 51 and 7E. RGB value is (68,81,126). Sum of RGB (Red+Green+Blue) = 68+81+126=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #44517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44517E is #BBAE81. Grayscale: #525252. Windows color (decimal): -12299906 or 8278340. OLE color: 8278340.

HSL color Cylindrical-coordinate representation of color #44517E: hue angle of 226.55º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44517E is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 81 126 -
CMYK 0.46 0.36 0 0.51
HSL 226.55º 0.3% 0.38% -
HSV(B) 226.55º 0.46% 0.49% -
XYZ 9.09 8.62 20.92 -
YUV 82.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 68 81 126 0.46 0.36 0 0.51 226.55 0.3 0.38
Hex 44 51 7E 2E 24 0 33 E3 1E 26
Octal 104 121 176 56 44 0 63 343 36 46
Binary 1000100 1010001 1111110 101110 100100 0 110011 11100011 11110 100110

Color Harmonies of #44517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44517E

Black with #44517E

Text Example


Text Example

White with #44517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44517E; }

 p { color: rgb(68,81,126); }

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

background-color css

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

 a { background-color: rgb(68,81,126); }

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

border-color css

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

 span { border-color: rgb(68,81,126); }

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