#4FBBD5

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

Shades of Viking #4FBBD5

Tints of Viking #4FBBD5

Color information

#4FBBD5 (or 0x4FBBD5) is unknown color: approx Viking. HEX triplet: 4F, BB and D5. RGB value is (79,187,213). Sum of RGB (Red+Green+Blue) = 79+187+213=479 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.49% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #4FBBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBD5 is #B0442A. Grayscale: #9D9D9D. Windows color (decimal): -11551787 or 14007119. OLE color: 14007119.

HSL color Cylindrical-coordinate representation of color #4FBBD5: hue angle of 191.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FBBD5 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB79187213-
CMYK0.630.1200.16
HSL191.64º61.47%57.25%-
HSV(B)191.64º62.91%83.53%-
XYZ33.0142.0169.32-
YUV157.67159.2271.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.49%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=16.49%
G=39.04%
B=44.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal791872130.630.1200.16191.6461.4757.25
Hex4FBBD53FC010c03d39
Octal11727332577140203007571
Binary10011111011101111010101111111110001000011000000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,187,213); }

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

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

 a { background-color: rgb(79,187,213); }

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

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

 span { border-color: rgb(79,187,213); }

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