Html Css Color HEX #485576 Chambray

📋 copy color: '#485576'

red 72 ◦ green 85 ◦ blue 118

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

Shades of Chambray #485576

Tints of Chambray #485576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 26.18%
G = 30.91%
B = 42.91%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485576 (or 0x485576) is known color: Chambray. HEX triplet: 48, 55 and 76. RGB value is (72,85,118). Sum of RGB (Red+Green+Blue) = 72+85+118=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #485576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485576 is #B7AA89. Grayscale: #545454. Windows color (decimal): -12036746 or 7755080. OLE color: 7755080.

HSL color Cylindrical-coordinate representation of color #485576: hue angle of 223.04º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485576 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 85 118 -
CMYK 0.39 0.28 0 0.54
HSL 223.04º 0.24% 0.37% -
HSV(B) 223.04º 0.39% 0.46% -
XYZ 9.19 9.18 18.43 -
YUV 84.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 72 85 118 0.39 0.28 0 0.54 223.04 0.24 0.37
Hex 48 55 76 27 1C 0 36 DF 18 25
Octal 110 125 166 47 34 0 66 337 30 45
Binary 1001000 1010101 1110110 100111 11100 0 110110 11011111 11000 100101

Color Harmonies of #485576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485576

Black with #485576

Text Example


Text Example

White with #485576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485576; }

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

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

background-color css

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

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

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

border-color css

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

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

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