#485B68

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

Shades of Fiord #485B68

Tints of Fiord #485B68

Color information

#485B68 (or 0x485B68) is unknown color: approx Fiord. HEX triplet: 48, 5B and 68. RGB value is (72,91,104). Sum of RGB (Red+Green+Blue) = 72+91+104=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #485B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B68 is #B7A497. Grayscale: #565656. Windows color (decimal): -12035224 or 6839112. OLE color: 6839112.

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

Color convert

RGB7291104-
CMYK0.310.1200.59
HSL204.38º18.18%34.51%-
HSV(B)204.38º30.77%40.78%-
XYZ8.919.8614.53-
YUV86.8137.71117.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=26.97%
G=34.08%
B=38.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72911040.310.1200.59204.3818.1834.51
Hex485B681FC03Bcc1223
Octal11013315037140733142243
Binary10010001011011110100011111110001110111100110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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