Html Css Color HEX #48547B Astronaut

📋 copy color: '#48547B'

red 72 ◦ green 84 ◦ blue 123

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

Shades of Astronaut #48547B

Tints of Astronaut #48547B

RGB

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

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

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

R = 25.81%
G = 30.11%
B = 44.09%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48547B (or 0x48547B) is known color: Astronaut. HEX triplet: 48, 54 and 7B. RGB value is (72,84,123). Sum of RGB (Red+Green+Blue) = 72+84+123=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #48547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48547B is #B7AB84. Grayscale: #545454. Windows color (decimal): -12036997 or 8082504. OLE color: 8082504.

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

Color convert

RGB 72 84 123 -
CMYK 0.41 0.32 0 0.52
HSL 225.88º 0.26% 0.38% -
HSV(B) 225.88º 0.41% 0.48% -
XYZ 9.42 9.15 20.01 -
YUV 84.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 72 84 123 0.41 0.32 0 0.52 225.88 0.26 0.38
Hex 48 54 7B 29 20 0 34 E2 1A 26
Octal 110 124 173 51 40 0 64 342 32 46
Binary 1001000 1010100 1111011 101001 100000 0 110100 11100010 11010 100110

Color Harmonies of #48547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48547B

Black with #48547B

Text Example


Text Example

White with #48547B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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