#4FA9BC

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

Shades of Viking #4FA9BC

Tints of Viking #4FA9BC

Color information

#4FA9BC (or 0x4FA9BC) is unknown color: approx Viking. HEX triplet: 4F, A9 and BC. RGB value is (79,169,188). Sum of RGB (Red+Green+Blue) = 79+169+188=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #4FA9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA9BC is #B05643. Grayscale: #909090. Windows color (decimal): -11556420 or 12364111. OLE color: 12364111.

HSL color Cylindrical-coordinate representation of color #4FA9BC: hue angle of 190.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FA9BC is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB79169188-
CMYK0.580.1000.26
HSL190.46º44.86%52.35%-
HSV(B)190.46º57.98%73.73%-
XYZ26.4933.6752.68-
YUV144.26152.6881.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.12%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=18.12%
G=38.76%
B=43.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791691880.580.1000.26190.4644.8652.35
Hex4FA9BC3AA01Abe2d34
Octal11725127472120322765564
Binary10011111010100110111100111010101001101010111110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,169,188); }

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

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

 a { background-color: rgb(79,169,188); }

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

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

 span { border-color: rgb(79,169,188); }

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