#485968

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

Shades of Fiord #485968

Tints of Fiord #485968

Color information

#485968 (or 0x485968) is unknown color: approx Fiord. HEX triplet: 48, 59 and 68. RGB value is (72,89,104). Sum of RGB (Red+Green+Blue) = 72+89+104=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #485968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485968 is #B7A697. Grayscale: #555555. Windows color (decimal): -12035736 or 6838600. OLE color: 6838600.

HSL color Cylindrical-coordinate representation of color #485968: hue angle of 208.12º 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 #485968 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7289104-
CMYK0.310.1400.59
HSL208.12º18.18%34.51%-
HSV(B)208.12º30.77%40.78%-
XYZ8.749.5214.47-
YUV85.63138.37118.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=27.17%
G=33.58%
B=39.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72891040.310.1400.59208.1218.1834.51
Hex4859681FE03Bd01223
Octal11013115037160733202243
Binary10010001011001110100011111111001110111101000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485968; }

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

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

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

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

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

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

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

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