Html Css Color HEX #48537C Astronaut

📋 copy color: '#48537C'

red 72 ◦ green 83 ◦ blue 124

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

Shades of Astronaut #48537C

Tints of Astronaut #48537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 25.81%
G = 29.75%
B = 44.44%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48537C (or 0x48537C) is known color: Astronaut. HEX triplet: 48, 53 and 7C. RGB value is (72,83,124). Sum of RGB (Red+Green+Blue) = 72+83+124=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #48537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48537C is #B7AC83. Grayscale: #545454. Windows color (decimal): -12037252 or 8147784. OLE color: 8147784.

HSL color Cylindrical-coordinate representation of color #48537C: hue angle of 227.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48537C is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 83 124 -
CMYK 0.42 0.33 0 0.51
HSL 227.31º 0.27% 0.38% -
HSV(B) 227.31º 0.42% 0.49% -
XYZ 9.4 9.02 20.31 -
YUV 84.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 72 83 124 0.42 0.33 0 0.51 227.31 0.27 0.38
Hex 48 53 7C 2A 21 0 33 E3 1B 26
Octal 110 123 174 52 41 0 63 343 33 46
Binary 1001000 1010011 1111100 101010 100001 0 110011 11100011 11011 100110

Color Harmonies of #48537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48537C

Black with #48537C

Text Example


Text Example

White with #48537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48537C; }

 p { color: rgb(72,83,124); }

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

background-color css

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

 a { background-color: rgb(72,83,124); }

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

border-color css

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

 span { border-color: rgb(72,83,124); }

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