#4FA4C5

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

Shades of Viking #4FA4C5

Tints of Viking #4FA4C5

Color information

#4FA4C5 (or 0x4FA4C5) is unknown color: approx Viking. HEX triplet: 4F, A4 and C5. RGB value is (79,164,197). Sum of RGB (Red+Green+Blue) = 79+164+197=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 197 - color contains mainly: blue. Hex color #4FA4C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA4C5 is #B05B3A. Grayscale: #8E8E8E. Windows color (decimal): -11557691 or 12952655. OLE color: 12952655.

HSL color Cylindrical-coordinate representation of color #4FA4C5: hue angle of 196.78º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FA4C5 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB79164197-
CMYK0.600.1700.23
HSL196.78º50.43%54.12%-
HSV(B)196.78º59.9%77.25%-
XYZ26.5832.2457.65-
YUV142.35158.8482.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.95%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 197 (77.34% from 255) = 44.77%
R=17.95%
G=37.27%
B=44.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal791641970.600.1700.23196.7850.4354.12
Hex4FA4C53C11017c53236
Octal11724430574210273056266
Binary100111110100100110001011111001000101011111000101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,164,197); }

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

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

 a { background-color: rgb(79,164,197); }

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

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

 span { border-color: rgb(79,164,197); }

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