#485F7F

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

Shades of Chambray #485F7F

Tints of Chambray #485F7F

Color information

#485F7F (or 0x485F7F) is unknown color: approx Chambray. HEX triplet: 48, 5F and 7F. RGB value is (72,95,127). Sum of RGB (Red+Green+Blue) = 72+95+127=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #485F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F7F is #B7A080. Grayscale: #5B5B5B. Windows color (decimal): -12034177 or 8347464. OLE color: 8347464.

HSL color Cylindrical-coordinate representation of color #485F7F: hue angle of 214.91º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #485F7F is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7295127-
CMYK0.430.2500.50
HSL214.91º27.64%39.02%-
HSV(B)214.91º43.31%49.8%-
XYZ10.611.0921.66-
YUV91.77147.88113.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 127 (50% from 255) = 43.20%
R=24.49%
G=32.31%
B=43.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72951270.430.2500.50214.9127.6439.02
Hex485F7F2B19032d71c27
Octal11013717753310623273447
Binary1001000101111111111111010111100101100101101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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