#4FC1D4

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

Shades of Viking #4FC1D4

Tints of Viking #4FC1D4

Color information

#4FC1D4 (or 0x4FC1D4) is unknown color: approx Viking. HEX triplet: 4F, C1 and D4. RGB value is (79,193,212). Sum of RGB (Red+Green+Blue) = 79+193+212=484 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.32% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #4FC1D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC1D4 is #B03E2B. Grayscale: #A0A0A0. Windows color (decimal): -11550252 or 13943119. OLE color: 13943119.

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

Color convert

RGB79193212-
CMYK0.630.0900.17
HSL188.57º60.73%57.06%-
HSV(B)188.57º62.74%83.14%-
XYZ34.1844.5669.09-
YUV161.08156.7369.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.32%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=16.32%
G=39.88%
B=43.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal791932120.630.0900.17188.5760.7357.06
Hex4FC1D43F9011bd3d39
Octal11730132477110212757571
Binary10011111100000111010100111111100101000110111101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,193,212); }

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

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

 a { background-color: rgb(79,193,212); }

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

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

 span { border-color: rgb(79,193,212); }

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