#485768

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

Shades of Fiord #485768

Tints of Fiord #485768

Color information

#485768 (or 0x485768) is unknown color: approx Fiord. HEX triplet: 48, 57 and 68. RGB value is (72,87,104). Sum of RGB (Red+Green+Blue) = 72+87+104=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #485768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485768 is #B7A897. Grayscale: #545454. Windows color (decimal): -12036248 or 6838088. OLE color: 6838088.

HSL color Cylindrical-coordinate representation of color #485768: hue angle of 211.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485768 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7287104-
CMYK0.310.1600.59
HSL211.88º18.18%34.51%-
HSV(B)211.88º30.77%40.78%-
XYZ8.589.1914.42-
YUV84.45139.03119.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=27.38%
G=33.08%
B=39.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72871040.310.1600.59211.8818.1834.51
Hex4857681F1003Bd41223
Octal11012715037200733242243
Binary100100010101111101000111111000001110111101010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485768; }

 p { color: rgb(72,87,104); }

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

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

 a { background-color: rgb(72,87,104); }

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

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

 span { border-color: rgb(72,87,104); }

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