#4FA6CC

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

Shades of Viking #4FA6CC

Tints of Viking #4FA6CC

Color information

#4FA6CC (or 0x4FA6CC) is unknown color: approx Viking. HEX triplet: 4F, A6 and CC. RGB value is (79,166,204). Sum of RGB (Red+Green+Blue) = 79+166+204=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FA6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA6CC is #B05933. Grayscale: #909090. Windows color (decimal): -11557172 or 13411919. OLE color: 13411919.

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

Color convert

RGB79166204-
CMYK0.610.1900.2
HSL198.24º55.07%55.49%-
HSV(B)198.24º61.27%80%-
XYZ27.7633.2962.09-
YUV144.32161.6881.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.59%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=17.59%
G=36.97%
B=45.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791662040.610.1900.2198.2455.0755.49
Hex4FA6CC3D13014c63737
Octal11724631475230243066767
Binary100111110100110110011001111011001101010011000110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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