#485C77

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

Shades of Chambray #485C77

Tints of Chambray #485C77

Color information

#485C77 (or 0x485C77) is unknown color: approx Chambray. HEX triplet: 48, 5C and 77. RGB value is (72,92,119). Sum of RGB (Red+Green+Blue) = 72+92+119=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #485C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C77 is #B7A388. Grayscale: #585858. Windows color (decimal): -12034953 or 7822408. OLE color: 7822408.

HSL color Cylindrical-coordinate representation of color #485C77: hue angle of 214.47º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485C77 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7292119-
CMYK0.390.2300.53
HSL214.47º24.61%37.45%-
HSV(B)214.47º39.5%46.67%-
XYZ9.8310.3618.94-
YUV89.1144.87115.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=25.44%
G=32.51%
B=42.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72921190.390.2300.53214.4724.6137.45
Hex485C772717035d61925
Octal11013416747270653263145
Binary1001000101110011101111001111011101101011101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,92,119); }

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

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

 a { background-color: rgb(72,92,119); }

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

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

 span { border-color: rgb(72,92,119); }

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