#4FB6BD

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

Shades of Viking #4FB6BD

Tints of Viking #4FB6BD

Color information

#4FB6BD (or 0x4FB6BD) is unknown color: approx Viking. HEX triplet: 4F, B6 and BD. RGB value is (79,182,189). Sum of RGB (Red+Green+Blue) = 79+182+189=450 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.56% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FB6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB6BD is #B04942. Grayscale: #979797. Windows color (decimal): -11553091 or 12432975. OLE color: 12432975.

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

Color convert

RGB79182189-
CMYK0.580.0400.26
HSL183.82º45.45%52.55%-
HSV(B)183.82º58.2%74.12%-
XYZ29.1438.7954.1-
YUV152148.8875.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.56%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 189 (74.22% from 255) = 42%
R=17.56%
G=40.44%
B=42%

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
Decimal791821890.580.0400.26183.8245.4552.55
Hex4FB6BD3A401Ab82d35
Octal1172662757240322705565
Binary1001111101101101011110111101010001101010111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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