#4D5E6B

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

Shades of Fiord #4D5E6B

Tints of Fiord #4D5E6B

Color information

#4D5E6B (or 0x4D5E6B) is unknown color: approx Fiord. HEX triplet: 4D, 5E and 6B. RGB value is (77,94,107). Sum of RGB (Red+Green+Blue) = 77+94+107=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D5E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5E6B is #B2A194. Grayscale: #5A5A5A. Windows color (decimal): -11706773 or 7036493. OLE color: 7036493.

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

Color convert

RGB7794107-
CMYK0.280.1200.58
HSL206º16.3%36.08%-
HSV(B)206º28.04%41.96%-
XYZ9.7210.6415.45-
YUV90.4137.37118.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.70%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=27.70%
G=33.81%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77941070.280.1200.5820616.336.08
Hex4D5E6B1CC03Ace1024
Octal11513615334140723162044
Binary10011011011110110101111100110001110101100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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