#4FBDC8

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

Shades of Viking #4FBDC8

Tints of Viking #4FBDC8

Color information

#4FBDC8 (or 0x4FBDC8) is unknown color: approx Viking. HEX triplet: 4F, BD and C8. RGB value is (79,189,200). Sum of RGB (Red+Green+Blue) = 79+189+200=468 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.88% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #4FBDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDC8 is #B04237. Grayscale: #9D9D9D. Windows color (decimal): -11551288 or 13155663. OLE color: 13155663.

HSL color Cylindrical-coordinate representation of color #4FBDC8: hue angle of 185.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBDC8 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB79189200-
CMYK0.600.0600.22
HSL185.45º52.38%54.71%-
HSV(B)185.45º60.5%78.43%-
XYZ31.8542.2361.12-
YUV157.36152.0672.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.88%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=16.88%
G=40.38%
B=42.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal791892000.600.0600.22185.4552.3854.71
Hex4FBDC83C6016b93437
Octal1172753107460262716467
Binary1001111101111011100100011110011001011010111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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