#4FB5BC

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

Shades of Viking #4FB5BC

Tints of Viking #4FB5BC

Color information

#4FB5BC (or 0x4FB5BC) is unknown color: approx Viking. HEX triplet: 4F, B5 and BC. RGB value is (79,181,188). Sum of RGB (Red+Green+Blue) = 79+181+188=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #4FB5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB5BC is #B04A43. Grayscale: #979797. Windows color (decimal): -11553348 or 12367183. OLE color: 12367183.

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

Color convert

RGB79181188-
CMYK0.580.0400.26
HSL183.85º44.86%52.35%-
HSV(B)183.85º57.98%73.73%-
XYZ28.8338.3453.46-
YUV151.3148.7176.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.63%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=17.63%
G=40.40%
B=41.96%

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
Decimal791811880.580.0400.26183.8544.8652.35
Hex4FB5BC3A401Ab82d34
Octal1172652747240322705564
Binary1001111101101011011110011101010001101010111000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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