Html Css Color HEX #485970 Chambray

📋 copy color: '#485970'

red 72 ◦ green 89 ◦ blue 112

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

Shades of Chambray #485970

Tints of Chambray #485970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 26.37%
G = 32.6%
B = 41.03%

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

#485970 (or 0x485970) is known color: Chambray. HEX triplet: 48, 59 and 70. RGB value is (72,89,112). Sum of RGB (Red+Green+Blue) = 72+89+112=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #485970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485970 is #B7A68F. Grayscale: #565656. Windows color (decimal): -12035728 or 7362888. OLE color: 7362888.

HSL color Cylindrical-coordinate representation of color #485970: hue angle of 214.5º 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 #485970 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 89 112 -
CMYK 0.36 0.21 0 0.56
HSL 214.5º 0.22% 0.36% -
HSV(B) 214.5º 0.36% 0.44% -
XYZ 9.17 9.69 16.72 -
YUV 86.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 72 89 112 0.36 0.21 0 0.56 214.5 0.22 0.36
Hex 48 59 70 24 15 0 38 D6 16 24
Octal 110 131 160 44 25 0 70 326 26 44
Binary 1001000 1011001 1110000 100100 10101 0 111000 11010110 10110 100100

Color Harmonies of #485970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485970

Black with #485970

Text Example


Text Example

White with #485970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485970; }

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

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

background-color css

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

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

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

border-color css

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

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

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