#486075

Color #486075 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #486075

Tints of Chambray #486075

Color information

#486075 (or 0x486075) is unknown color: approx Chambray. HEX triplet: 48, 60 and 75. RGB value is (72,96,117). Sum of RGB (Red+Green+Blue) = 72+96+117=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #486075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486075 is #B79F8A. Grayscale: #5B5B5B. Windows color (decimal): -12033931 or 7692360. OLE color: 7692360.

HSL color Cylindrical-coordinate representation of color #486075: hue angle of 208º 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 #486075 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7296117-
CMYK0.380.1800.54
HSL208º23.81%37.06%-
HSV(B)208º38.46%45.88%-
XYZ10.0711.0318.43-
YUV91.22142.55114.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=25.26%
G=33.68%
B=41.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72961170.380.1800.5420823.8137.06
Hex4860752612036d01825
Octal11014016546220663203045
Binary1001000110000011101011001101001001101101101000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486075; }

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

 H1.HeaderClassName
 {
   color: #486075;
 }
 .AnyTagClassName
 {
   color: #486075;
 }
</style>
background-color css

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

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

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

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

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

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