#4FABCA

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

Shades of Viking #4FABCA

Tints of Viking #4FABCA

Color information

#4FABCA (or 0x4FABCA) is unknown color: approx Viking. HEX triplet: 4F, AB and CA. RGB value is (79,171,202). Sum of RGB (Red+Green+Blue) = 79+171+202=452 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.48% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABCA is #B05435. Grayscale: #929292. Windows color (decimal): -11555894 or 13282127. OLE color: 13282127.

HSL color Cylindrical-coordinate representation of color #4FABCA: hue angle of 195.12º 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 #4FABCA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79171202-
CMYK0.610.1500.21
HSL195.12º53.71%55.1%-
HSV(B)195.12º60.89%79.22%-
XYZ28.4535.0561.14-
YUV147.03159.0279.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.48%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=17.48%
G=37.83%
B=44.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791712020.610.1500.21195.1253.7155.1
Hex4FABCA3DF015c33637
Octal11725331275170253036667
Binary10011111010101111001010111101111101010111000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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