Html Css Color HEX #48587C Chambray

📋 copy color: '#48587C'

red 72 ◦ green 88 ◦ blue 124

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

Shades of Chambray #48587C

Tints of Chambray #48587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

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

R = 25.35%
G = 30.99%
B = 43.66%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48587C (or 0x48587C) is known color: Chambray. HEX triplet: 48, 58 and 7C. RGB value is (72,88,124). Sum of RGB (Red+Green+Blue) = 72+88+124=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #48587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48587C is #B7A783. Grayscale: #575757. Windows color (decimal): -12035972 or 8149064. OLE color: 8149064.

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

Color convert

RGB 72 88 124 -
CMYK 0.42 0.29 0 0.51
HSL 221.54º 0.27% 0.38% -
HSV(B) 221.54º 0.42% 0.49% -
XYZ 9.8 9.81 20.45 -
YUV 87.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 72 88 124 0.42 0.29 0 0.51 221.54 0.27 0.38
Hex 48 58 7C 2A 1D 0 33 DE 1B 26
Octal 110 130 174 52 35 0 63 336 33 46
Binary 1001000 1011000 1111100 101010 11101 0 110011 11011110 11011 100110

Color Harmonies of #48587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48587C

Black with #48587C

Text Example


Text Example

White with #48587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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