#4FA5C0

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

Shades of Viking #4FA5C0

Tints of Viking #4FA5C0

Color information

#4FA5C0 (or 0x4FA5C0) is unknown color: approx Viking. HEX triplet: 4F, A5 and C0. RGB value is (79,165,192). Sum of RGB (Red+Green+Blue) = 79+165+192=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #4FA5C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA5C0 is #B05A3F. Grayscale: #8E8E8E. Windows color (decimal): -11557440 or 12625231. OLE color: 12625231.

HSL color Cylindrical-coordinate representation of color #4FA5C0: hue angle of 194.34º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FA5C0 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB79165192-
CMYK0.590.1400.25
HSL194.34º47.28%53.14%-
HSV(B)194.34º58.85%75.29%-
XYZ26.1932.3854.74-
YUV142.36156.0182.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.12%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=18.12%
G=37.84%
B=44.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791651920.590.1400.25194.3447.2853.14
Hex4FA5C03BE019c22f35
Octal11724530073160313025765
Binary10011111010010111000000111011111001100111000010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,165,192); }

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

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

 a { background-color: rgb(79,165,192); }

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

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

 span { border-color: rgb(79,165,192); }

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