#4FA8BF

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

Shades of Viking #4FA8BF

Tints of Viking #4FA8BF

Color information

#4FA8BF (or 0x4FA8BF) is unknown color: approx Viking. HEX triplet: 4F, A8 and BF. RGB value is (79,168,191). Sum of RGB (Red+Green+Blue) = 79+168+191=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #4FA8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA8BF is #B05740. Grayscale: #8F8F8F. Windows color (decimal): -11556673 or 12560463. OLE color: 12560463.

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

Color convert

RGB79168191-
CMYK0.590.1200.25
HSL192.32º46.67%52.94%-
HSV(B)192.32º58.64%74.9%-
XYZ26.6333.4354.34-
YUV144.01154.5181.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.04%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 191 (75% from 255) = 43.61%
R=18.04%
G=38.36%
B=43.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791681910.590.1200.25192.3246.6752.94
Hex4FA8BF3BC019c02f35
Octal11725027773140313005765
Binary10011111010100010111111111011110001100111000000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,168,191); }

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

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

 a { background-color: rgb(79,168,191); }

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

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

 span { border-color: rgb(79,168,191); }

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