#4B5E6B

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

Shades of Fiord #4B5E6B

Tints of Fiord #4B5E6B

Color information

#4B5E6B (or 0x4B5E6B) is unknown color: approx Fiord. HEX triplet: 4B, 5E and 6B. RGB value is (75,94,107). Sum of RGB (Red+Green+Blue) = 75+94+107=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B5E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5E6B is #B4A194. Grayscale: #595959. Windows color (decimal): -11837845 or 7036491. OLE color: 7036491.

HSL color Cylindrical-coordinate representation of color #4B5E6B: hue angle of 204.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B5E6B is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7594107-
CMYK0.300.1200.58
HSL204.38º17.58%35.69%-
HSV(B)204.38º29.91%41.96%-
XYZ9.5610.5615.44-
YUV89.8137.71117.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.17%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=27.17%
G=34.06%
B=38.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75941070.300.1200.58204.3817.5835.69
Hex4B5E6B1EC03Acc1224
Octal11313615336140723142244
Binary10010111011110110101111110110001110101100110010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,94,107); }

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

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

 a { background-color: rgb(75,94,107); }

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

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

 span { border-color: rgb(75,94,107); }

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