#4FA5BC

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

Shades of Viking #4FA5BC

Tints of Viking #4FA5BC

Color information

#4FA5BC (or 0x4FA5BC) is unknown color: approx Viking. HEX triplet: 4F, A5 and BC. RGB value is (79,165,188). Sum of RGB (Red+Green+Blue) = 79+165+188=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #4FA5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA5BC is #B05A43. Grayscale: #8D8D8D. Windows color (decimal): -11557444 or 12363087. OLE color: 12363087.

HSL color Cylindrical-coordinate representation of color #4FA5BC: hue angle of 192.66º 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 #4FA5BC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB79165188-
CMYK0.580.1200.26
HSL192.66º44.86%52.35%-
HSV(B)192.66º57.98%73.73%-
XYZ25.7632.252.44-
YUV141.91154.0183.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.29%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=18.29%
G=38.19%
B=43.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791651880.580.1200.26192.6644.8652.35
Hex4FA5BC3AC01Ac12d34
Octal11724527472140323015564
Binary10011111010010110111100111010110001101011000001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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