Html Css Color HEX #485670 Chambray

📋 copy color: '#485670'

red 72 ◦ green 86 ◦ blue 112

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

Shades of Chambray #485670

Tints of Chambray #485670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 26.67%
G = 31.85%
B = 41.48%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485670 (or 0x485670) is known color: Chambray. HEX triplet: 48, 56 and 70. RGB value is (72,86,112). Sum of RGB (Red+Green+Blue) = 72+86+112=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #485670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485670 is #B7A98F. Grayscale: #545454. Windows color (decimal): -12036496 or 7362120. OLE color: 7362120.

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

Color convert

RGB 72 86 112 -
CMYK 0.36 0.23 0 0.56
HSL 219º 0.22% 0.36% -
HSV(B) 219º 0.36% 0.44% -
XYZ 8.92 9.2 16.64 -
YUV 84.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 72 86 112 0.36 0.23 0 0.56 219 0.22 0.36
Hex 48 56 70 24 17 0 38 DB 16 24
Octal 110 126 160 44 27 0 70 333 26 44
Binary 1001000 1010110 1110000 100100 10111 0 111000 11011011 10110 100100

Color Harmonies of #485670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485670

Black with #485670

Text Example


Text Example

White with #485670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485670; }

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

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

background-color css

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

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

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

border-color css

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

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

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