Html Css Color HEX #48557A Chambray

📋 copy color: '#48557A'

red 72 ◦ green 85 ◦ blue 122

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

Shades of Chambray #48557A

Tints of Chambray #48557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

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

R = 25.81%
G = 30.47%
B = 43.73%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48557A (or 0x48557A) is known color: Chambray. HEX triplet: 48, 55 and 7A. RGB value is (72,85,122). Sum of RGB (Red+Green+Blue) = 72+85+122=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #48557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48557A is #B7AA85. Grayscale: #555555. Windows color (decimal): -12036742 or 8017224. OLE color: 8017224.

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

Color convert

RGB 72 85 122 -
CMYK 0.41 0.30 0 0.52
HSL 224.4º 0.26% 0.38% -
HSV(B) 224.4º 0.41% 0.48% -
XYZ 9.43 9.28 19.71 -
YUV 85.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 72 85 122 0.41 0.30 0 0.52 224.4 0.26 0.38
Hex 48 55 7A 29 1E 0 34 E0 1A 26
Octal 110 125 172 51 36 0 64 340 32 46
Binary 1001000 1010101 1111010 101001 11110 0 110100 11100000 11010 100110

Color Harmonies of #48557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48557A

Black with #48557A

Text Example


Text Example

White with #48557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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