Html Css Color HEX #48547C Astronaut

📋 copy color: '#48547C'

red 72 ◦ green 84 ◦ blue 124

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

Shades of Astronaut #48547C

Tints of Astronaut #48547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 25.71%
G = 30%
B = 44.29%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48547C (or 0x48547C) is known color: Astronaut. HEX triplet: 48, 54 and 7C. RGB value is (72,84,124). Sum of RGB (Red+Green+Blue) = 72+84+124=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #48547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48547C is #B7AB83. Grayscale: #545454. Windows color (decimal): -12036996 or 8148040. OLE color: 8148040.

HSL color Cylindrical-coordinate representation of color #48547C: hue angle of 226.15º 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 #48547C is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 84 124 -
CMYK 0.42 0.32 0 0.51
HSL 226.15º 0.27% 0.38% -
HSV(B) 226.15º 0.42% 0.49% -
XYZ 9.48 9.17 20.34 -
YUV 84.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 72 84 124 0.42 0.32 0 0.51 226.15 0.27 0.38
Hex 48 54 7C 2A 20 0 33 E2 1B 26
Octal 110 124 174 52 40 0 63 342 33 46
Binary 1001000 1010100 1111100 101010 100000 0 110011 11100010 11011 100110

Color Harmonies of #48547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48547C

Black with #48547C

Text Example


Text Example

White with #48547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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