#4FB5BD

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

Shades of Viking #4FB5BD

Tints of Viking #4FB5BD

Color information

#4FB5BD (or 0x4FB5BD) is unknown color: approx Viking. HEX triplet: 4F, B5 and BD. RGB value is (79,181,189). Sum of RGB (Red+Green+Blue) = 79+181+189=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FB5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB5BD is #B04A42. Grayscale: #979797. Windows color (decimal): -11553347 or 12432719. OLE color: 12432719.

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

Color convert

RGB79181189-
CMYK0.580.0400.26
HSL184.36º45.45%52.55%-
HSV(B)184.36º58.2%74.12%-
XYZ28.9338.3854.03-
YUV151.41149.2176.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.59%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=17.59%
G=40.31%
B=42.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791811890.580.0400.26184.3645.4552.55
Hex4FB5BD3A401Ab82d35
Octal1172652757240322705565
Binary1001111101101011011110111101010001101010111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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