Html Css Color HEX #48517B Astronaut

📋 copy color: '#48517B'

red 72 ◦ green 81 ◦ blue 123

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

Shades of Astronaut #48517B

Tints of Astronaut #48517B

RGB

 RED value IS 72 (28.52% from 255) = 26.09%

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 26.09%
G = 29.35%
B = 44.57%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48517B (or 0x48517B) is known color: Astronaut. HEX triplet: 48, 51 and 7B. RGB value is (72,81,123). Sum of RGB (Red+Green+Blue) = 72+81+123=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #48517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48517B is #B7AE84. Grayscale: #525252. Windows color (decimal): -12037765 or 8081736. OLE color: 8081736.

HSL color Cylindrical-coordinate representation of color #48517B: hue angle of 229.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48517B is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 81 123 -
CMYK 0.41 0.34 0 0.52
HSL 229.41º 0.26% 0.38% -
HSV(B) 229.41º 0.41% 0.48% -
XYZ 9.19 8.69 19.93 -
YUV 83.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 72 81 123 0.41 0.34 0 0.52 229.41 0.26 0.38
Hex 48 51 7B 29 22 0 34 E5 1A 26
Octal 110 121 173 51 42 0 64 345 32 46
Binary 1001000 1010001 1111011 101001 100010 0 110100 11100101 11010 100110

Color Harmonies of #48517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48517B

Black with #48517B

Text Example


Text Example

White with #48517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48517B; }

 p { color: rgb(72,81,123); }

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

background-color css

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

 a { background-color: rgb(72,81,123); }

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

border-color css

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

 span { border-color: rgb(72,81,123); }

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