Html Css Color HEX #48577A Chambray

📋 copy color: '#48577A'

red 72 ◦ green 87 ◦ blue 122

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

Shades of Chambray #48577A

Tints of Chambray #48577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

 BLUE value IS 122 (48.05% from 255) = 43.42%

R = 25.62%
G = 30.96%
B = 43.42%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48577A (or 0x48577A) is known color: Chambray. HEX triplet: 48, 57 and 7A. RGB value is (72,87,122). Sum of RGB (Red+Green+Blue) = 72+87+122=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #48577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48577A is #B7A885. Grayscale: #565656. Windows color (decimal): -12036230 or 8017736. OLE color: 8017736.

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

Color convert

RGB 72 87 122 -
CMYK 0.41 0.29 0 0.52
HSL 222º 0.26% 0.38% -
HSV(B) 222º 0.41% 0.48% -
XYZ 9.59 9.6 19.76 -
YUV 86.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 72 87 122 0.41 0.29 0 0.52 222 0.26 0.38
Hex 48 57 7A 29 1D 0 34 DE 1A 26
Octal 110 127 172 51 35 0 64 336 32 46
Binary 1001000 1010111 1111010 101001 11101 0 110100 11011110 11010 100110

Color Harmonies of #48577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48577A

Black with #48577A

Text Example


Text Example

White with #48577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48577A; }

 p { color: rgb(72,87,122); }

 H1.HeaderClassName
 {
   color: #48577A;
 }
 .AnyTagClassName
 {
   color: #48577A;
 }
</style>

background-color css

<style>
 a { background-color: #48577A; }

 a { background-color: rgb(72,87,122); }

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

border-color css

<style>
 span { border-color: #48577A; }

 span { border-color: rgb(72,87,122); }

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