#485D6B

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

Shades of Fiord #485D6B

Tints of Fiord #485D6B

Color information

#485D6B (or 0x485D6B) is unknown color: approx Fiord. HEX triplet: 48, 5D and 6B. RGB value is (72,93,107). Sum of RGB (Red+Green+Blue) = 72+93+107=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #485D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D6B is #B7A294. Grayscale: #585858. Windows color (decimal): -12034709 or 7036232. OLE color: 7036232.

HSL color Cylindrical-coordinate representation of color #485D6B: hue angle of 204º 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 #485D6B is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7293107-
CMYK0.330.1300.58
HSL204º19.55%35.1%-
HSV(B)204º32.71%41.96%-
XYZ9.2410.2715.4-
YUV88.32138.54116.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=26.47%
G=34.19%
B=39.34%

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
Decimal72931070.330.1300.5820419.5535.1
Hex485D6B21D03Acc1423
Octal11013515341150723142443
Binary100100010111011101011100001110101110101100110010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,93,107); }

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

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

 a { background-color: rgb(72,93,107); }

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

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

 span { border-color: rgb(72,93,107); }

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