Html Css Color HEX #485971 Chambray

📋 copy color: '#485971'

red 72 ◦ green 89 ◦ blue 113

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

Shades of Chambray #485971

Tints of Chambray #485971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 26.28%
G = 32.48%
B = 41.24%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485971 (or 0x485971) is known color: Chambray. HEX triplet: 48, 59 and 71. RGB value is (72,89,113). Sum of RGB (Red+Green+Blue) = 72+89+113=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #485971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485971 is #B7A68E. Grayscale: #565656. Windows color (decimal): -12035727 or 7428424. OLE color: 7428424.

HSL color Cylindrical-coordinate representation of color #485971: hue angle of 215.12º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485971 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 89 113 -
CMYK 0.36 0.21 0 0.56
HSL 215.12º 0.22% 0.36% -
HSV(B) 215.12º 0.36% 0.44% -
XYZ 9.23 9.71 17.01 -
YUV 86.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 72 89 113 0.36 0.21 0 0.56 215.12 0.22 0.36
Hex 48 59 71 24 15 0 38 D7 16 24
Octal 110 131 161 44 25 0 70 327 26 44
Binary 1001000 1011001 1110001 100100 10101 0 111000 11010111 10110 100100

Color Harmonies of #485971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485971

Black with #485971

Text Example


Text Example

White with #485971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485971; }

 p { color: rgb(72,89,113); }

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

background-color css

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

 a { background-color: rgb(72,89,113); }

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

border-color css

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

 span { border-color: rgb(72,89,113); }

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