Html Css Color HEX #485675 Chambray

📋 copy color: '#485675'

red 72 ◦ green 86 ◦ blue 117

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

Shades of Chambray #485675

Tints of Chambray #485675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 26.18%
G = 31.27%
B = 42.55%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485675 (or 0x485675) is known color: Chambray. HEX triplet: 48, 56 and 75. RGB value is (72,86,117). Sum of RGB (Red+Green+Blue) = 72+86+117=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #485675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485675 is #B7A98A. Grayscale: #555555. Windows color (decimal): -12036491 or 7689800. OLE color: 7689800.

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

Color convert

RGB 72 86 117 -
CMYK 0.38 0.26 0 0.54
HSL 221.33º 0.24% 0.37% -
HSV(B) 221.33º 0.38% 0.46% -
XYZ 9.21 9.32 18.14 -
YUV 85.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 72 86 117 0.38 0.26 0 0.54 221.33 0.24 0.37
Hex 48 56 75 26 1A 0 36 DD 18 25
Octal 110 126 165 46 32 0 66 335 30 45
Binary 1001000 1010110 1110101 100110 11010 0 110110 11011101 11000 100101

Color Harmonies of #485675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485675

Black with #485675

Text Example


Text Example

White with #485675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485675; }

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

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

background-color css

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

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

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

border-color css

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

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

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