#4FBDCC

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

Shades of Viking #4FBDCC

Tints of Viking #4FBDCC

Color information

#4FBDCC (or 0x4FBDCC) is unknown color: approx Viking. HEX triplet: 4F, BD and CC. RGB value is (79,189,204). Sum of RGB (Red+Green+Blue) = 79+189+204=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDCC is #B04233. Grayscale: #9D9D9D. Windows color (decimal): -11551284 or 13417807. OLE color: 13417807.

HSL color Cylindrical-coordinate representation of color #4FBDCC: hue angle of 187.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBDCC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79189204-
CMYK0.610.0700.2
HSL187.2º55.07%55.49%-
HSV(B)187.2º61.27%80%-
XYZ32.3242.4263.61-
YUV157.82154.0671.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.74%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=16.74%
G=40.04%
B=43.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791892040.610.0700.2187.255.0755.49
Hex4FBDCC3D7014bb3737
Octal1172753147570242736767
Binary1001111101111011100110011110111101010010111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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