#4FB1BD

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

Shades of Viking #4FB1BD

Tints of Viking #4FB1BD

Color information

#4FB1BD (or 0x4FB1BD) is unknown color: approx Viking. HEX triplet: 4F, B1 and BD. RGB value is (79,177,189). Sum of RGB (Red+Green+Blue) = 79+177+189=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FB1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB1BD is #B04E42. Grayscale: #949494. Windows color (decimal): -11554371 or 12431695. OLE color: 12431695.

HSL color Cylindrical-coordinate representation of color #4FB1BD: hue angle of 186.55º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FB1BD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB79177189-
CMYK0.580.0600.26
HSL186.55º45.45%52.55%-
HSV(B)186.55º58.2%74.12%-
XYZ28.1336.7853.76-
YUV149.07150.5378.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.75%
GREEN value IS 177 (69.53% from 255) = 39.78%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=17.75%
G=39.78%
B=42.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791771890.580.0600.26186.5545.4552.55
Hex4FB1BD3A601Abb2d35
Octal1172612757260322735565
Binary1001111101100011011110111101011001101010111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,177,189); }

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

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

 a { background-color: rgb(79,177,189); }

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

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

 span { border-color: rgb(79,177,189); }

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