Html Css Color HEX #48507F Astronaut

📋 copy color: '#48507F'

red 72 ◦ green 80 ◦ blue 127

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

Shades of Astronaut #48507F

Tints of Astronaut #48507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.52%

R = 25.81%
G = 28.67%
B = 45.52%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48507F (or 0x48507F) is known color: Astronaut. HEX triplet: 48, 50 and 7F. RGB value is (72,80,127). Sum of RGB (Red+Green+Blue) = 72+80+127=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #48507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48507F is #B7AF80. Grayscale: #525252. Windows color (decimal): -12038017 or 8343624. OLE color: 8343624.

HSL color Cylindrical-coordinate representation of color #48507F: hue angle of 231.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48507F is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 80 127 -
CMYK 0.43 0.37 0 0.50
HSL 231.27º 0.28% 0.39% -
HSV(B) 231.27º 0.43% 0.5% -
XYZ 9.37 8.65 21.25 -
YUV 82.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 72 80 127 0.43 0.37 0 0.50 231.27 0.28 0.39
Hex 48 50 7F 2B 25 0 32 E7 1C 27
Octal 110 120 177 53 45 0 62 347 34 47
Binary 1001000 1010000 1111111 101011 100101 0 110010 11100111 11100 100111

Color Harmonies of #48507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48507F

Black with #48507F

Text Example


Text Example

White with #48507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48507F; }

 p { color: rgb(72,80,127); }

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

background-color css

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

 a { background-color: rgb(72,80,127); }

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

border-color css

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

 span { border-color: rgb(72,80,127); }

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