#4FA7BD

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

Shades of Viking #4FA7BD

Tints of Viking #4FA7BD

Color information

#4FA7BD (or 0x4FA7BD) is unknown color: approx Viking. HEX triplet: 4F, A7 and BD. RGB value is (79,167,189). Sum of RGB (Red+Green+Blue) = 79+167+189=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FA7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA7BD is #B05842. Grayscale: #8F8F8F. Windows color (decimal): -11556931 or 12429135. OLE color: 12429135.

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

Color convert

RGB79167189-
CMYK0.580.1200.26
HSL192º45.45%52.55%-
HSV(B)192º58.2%74.12%-
XYZ26.2332.9753.13-
YUV143.2153.8582.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.16%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=18.16%
G=38.39%
B=43.45%

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
Decimal791671890.580.1200.2619245.4552.55
Hex4FA7BD3AC01Ac02d35
Octal11724727572140323005565
Binary10011111010011110111101111010110001101011000000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,167,189); }

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

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

 a { background-color: rgb(79,167,189); }

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

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

 span { border-color: rgb(79,167,189); }

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