#4B606B

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

Shades of Fiord #4B606B

Tints of Fiord #4B606B

Color information

#4B606B (or 0x4B606B) is unknown color: approx Fiord. HEX triplet: 4B, 60 and 6B. RGB value is (75,96,107). Sum of RGB (Red+Green+Blue) = 75+96+107=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 96 (37.89% from 255 or 34.53% 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 #4B606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B606B is #B49F94. Grayscale: #5A5A5A. Windows color (decimal): -11837333 or 7037003. OLE color: 7037003.

HSL color Cylindrical-coordinate representation of color #4B606B: hue angle of 200.62º 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 #4B606B is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7596107-
CMYK0.300.1000.58
HSL200.62º17.58%35.69%-
HSV(B)200.62º29.91%41.96%-
XYZ9.7410.9215.51-
YUV90.98137.04116.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=26.98%
G=34.53%
B=38.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75961070.300.1000.58200.6217.5835.69
Hex4B606B1EA03Ac91224
Octal11314015336120723112244
Binary10010111100000110101111110101001110101100100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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