Html Css Color HEX #48547E Chambray

📋 copy color: '#48547E'

red 72 ◦ green 84 ◦ blue 126

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

Shades of Chambray #48547E

Tints of Chambray #48547E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.68%

R = 25.53%
G = 29.79%
B = 44.68%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48547E (or 0x48547E) is known color: Chambray. HEX triplet: 48, 54 and 7E. RGB value is (72,84,126). Sum of RGB (Red+Green+Blue) = 72+84+126=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #48547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48547E is #B7AB81. Grayscale: #555555. Windows color (decimal): -12036994 or 8279112. OLE color: 8279112.

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

Color convert

RGB 72 84 126 -
CMYK 0.43 0.33 0 0.51
HSL 226.67º 0.27% 0.39% -
HSV(B) 226.67º 0.43% 0.49% -
XYZ 9.61 9.22 21.01 -
YUV 85.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 72 84 126 0.43 0.33 0 0.51 226.67 0.27 0.39
Hex 48 54 7E 2B 21 0 33 E3 1B 27
Octal 110 124 176 53 41 0 63 343 33 47
Binary 1001000 1010100 1111110 101011 100001 0 110011 11100011 11011 100111

Color Harmonies of #48547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48547E

Black with #48547E

Text Example


Text Example

White with #48547E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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