Html Css Color HEX #445181 Astronaut

📋 copy color: '#445181'

red 68 ◦ green 81 ◦ blue 129

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

Shades of Astronaut #445181

Tints of Astronaut #445181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 24.46%
G = 29.14%
B = 46.4%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445181 (or 0x445181) is known color: Astronaut. HEX triplet: 44, 51 and 81. RGB value is (68,81,129). Sum of RGB (Red+Green+Blue) = 68+81+129=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #445181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445181 is #BBAE7E. Grayscale: #525252. Windows color (decimal): -12299903 or 8474948. OLE color: 8474948.

HSL color Cylindrical-coordinate representation of color #445181: hue angle of 227.21º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445181 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 81 129 -
CMYK 0.47 0.37 0 0.49
HSL 227.21º 0.31% 0.39% -
HSV(B) 227.21º 0.47% 0.51% -
XYZ 9.29 8.7 21.96 -
YUV 82.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 68 81 129 0.47 0.37 0 0.49 227.21 0.31 0.39
Hex 44 51 81 2F 25 0 31 E3 1F 27
Octal 104 121 201 57 45 0 61 343 37 47
Binary 1000100 1010001 10000001 101111 100101 0 110001 11100011 11111 100111

Color Harmonies of #445181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445181

Black with #445181

Text Example


Text Example

White with #445181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445181; }

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

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

background-color css

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

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

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

border-color css

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

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

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