#4B5965

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

Shades of Fiord #4B5965

Tints of Fiord #4B5965

Color information

#4B5965 (or 0x4B5965) is unknown color: approx Fiord. HEX triplet: 4B, 59 and 65. RGB value is (75,89,101). Sum of RGB (Red+Green+Blue) = 75+89+101=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B5965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5965 is #B4A69A. Grayscale: #565656. Windows color (decimal): -11839131 or 6641995. OLE color: 6641995.

HSL color Cylindrical-coordinate representation of color #4B5965: hue angle of 207.69º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5965 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7589101-
CMYK0.260.1200.60
HSL207.69º14.77%34.51%-
HSV(B)207.69º25.74%39.61%-
XYZ8.829.5813.7-
YUV86.18136.36120.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.30%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=28.30%
G=33.58%
B=38.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75891010.260.1200.60207.6914.7734.51
Hex4B59651AC03Cd0f23
Octal11313114532140743201743
Binary1001011101100111001011101011000111100110100001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B5965; }

 p { color: rgb(75,89,101); }

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

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

 a { background-color: rgb(75,89,101); }

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

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

 span { border-color: rgb(75,89,101); }

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