#485F7C

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

Shades of Chambray #485F7C

Tints of Chambray #485F7C

Color information

#485F7C (or 0x485F7C) is unknown color: approx Chambray. HEX triplet: 48, 5F and 7C. RGB value is (72,95,124). Sum of RGB (Red+Green+Blue) = 72+95+124=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #485F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F7C is #B7A083. Grayscale: #5B5B5B. Windows color (decimal): -12034180 or 8150856. OLE color: 8150856.

HSL color Cylindrical-coordinate representation of color #485F7C: hue angle of 213.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #485F7C is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7295124-
CMYK0.420.2300.51
HSL213.46º26.53%38.43%-
HSV(B)213.46º41.94%48.63%-
XYZ10.411.0220.65-
YUV91.43146.38114.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=24.74%
G=32.65%
B=42.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72951240.420.2300.51213.4626.5338.43
Hex485F7C2A17033d51b26
Octal11013717452270633253346
Binary1001000101111111111001010101011101100111101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F7C; }

 p { color: rgb(72,95,124); }

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

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

 a { background-color: rgb(72,95,124); }

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

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

 span { border-color: rgb(72,95,124); }

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