#485C63

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

Shades of Fiord #485C63

Tints of Fiord #485C63

Color information

#485C63 (or 0x485C63) is unknown color: approx Fiord. HEX triplet: 48, 5C and 63. RGB value is (72,92,99). Sum of RGB (Red+Green+Blue) = 72+92+99=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #485C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C63 is #B7A39C. Grayscale: #565656. Windows color (decimal): -12034973 or 6511688. OLE color: 6511688.

HSL color Cylindrical-coordinate representation of color #485C63: hue angle of 195.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485C63 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB729299-
CMYK0.270.0700.61
HSL195.56º15.79%33.53%-
HSV(B)195.56º27.27%38.82%-
XYZ8.759.9313.26-
YUV86.82134.87117.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=27.38%
G=34.98%
B=37.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7292990.270.0700.61195.5615.7933.53
Hex485C631B703Dc41022
Octal1101341433370753042042
Binary1001000101110011000111101111101111011100010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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