#4FBDCA

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

Shades of Viking #4FBDCA

Tints of Viking #4FBDCA

Color information

#4FBDCA (or 0x4FBDCA) is unknown color: approx Viking. HEX triplet: 4F, BD and CA. RGB value is (79,189,202). Sum of RGB (Red+Green+Blue) = 79+189+202=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDCA is #B04235. Grayscale: #9D9D9D. Windows color (decimal): -11551286 or 13286735. OLE color: 13286735.

HSL color Cylindrical-coordinate representation of color #4FBDCA: hue angle of 186.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBDCA is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79189202-
CMYK0.610.0600.21
HSL186.34º53.71%55.1%-
HSV(B)186.34º60.89%79.22%-
XYZ32.0842.3262.36-
YUV157.59153.0671.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.81%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=16.81%
G=40.21%
B=42.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791892020.610.0600.21186.3453.7155.1
Hex4FBDCA3D6015ba3637
Octal1172753127560252726667
Binary1001111101111011100101011110111001010110111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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