#485E6C

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

Shades of Fiord #485E6C

Tints of Fiord #485E6C

Color information

#485E6C (or 0x485E6C) is unknown color: approx Fiord. HEX triplet: 48, 5E and 6C. RGB value is (72,94,108). Sum of RGB (Red+Green+Blue) = 72+94+108=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #485E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E6C is #B7A193. Grayscale: #585858. Windows color (decimal): -12034452 or 7102024. OLE color: 7102024.

HSL color Cylindrical-coordinate representation of color #485E6C: hue angle of 203.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #485E6C is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7294108-
CMYK0.330.1300.58
HSL203.33º20%35.29%-
HSV(B)203.33º33.33%42.35%-
XYZ9.3810.4715.71-
YUV89.02138.71115.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=26.28%
G=34.31%
B=39.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72941080.330.1300.58203.332035.29
Hex485E6C21D03Acb1423
Octal11013615441150723132443
Binary100100010111101101100100001110101110101100101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,94,108); }

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

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

 a { background-color: rgb(72,94,108); }

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

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

 span { border-color: rgb(72,94,108); }

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