#485969

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

Shades of Fiord #485969

Tints of Fiord #485969

Color information

#485969 (or 0x485969) is unknown color: approx Fiord. HEX triplet: 48, 59 and 69. RGB value is (72,89,105). Sum of RGB (Red+Green+Blue) = 72+89+105=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #485969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485969 is #B7A696. Grayscale: #555555. Windows color (decimal): -12035735 or 6904136. OLE color: 6904136.

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

Color convert

RGB7289105-
CMYK0.310.1500.59
HSL209.09º18.64%34.71%-
HSV(B)209.09º31.43%41.18%-
XYZ8.799.5414.74-
YUV85.74138.87118.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=27.07%
G=33.46%
B=39.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72891050.310.1500.59209.0918.6434.71
Hex4859691FF03Bd11323
Octal11013115137170733212343
Binary10010001011001110100111111111101110111101000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485969; }

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

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

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

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

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

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

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

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