#4FAABA

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

Shades of Viking #4FAABA

Tints of Viking #4FAABA

Color information

#4FAABA (or 0x4FAABA) is unknown color: approx Viking. HEX triplet: 4F, AA and BA. RGB value is (79,170,186). Sum of RGB (Red+Green+Blue) = 79+170+186=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAABA is #B05545. Grayscale: #909090. Windows color (decimal): -11556166 or 12233295. OLE color: 12233295.

HSL color Cylindrical-coordinate representation of color #4FAABA: hue angle of 188.97º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAABA is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB79170186-
CMYK0.580.0900.27
HSL188.97º43.67%51.96%-
HSV(B)188.97º57.53%72.94%-
XYZ26.4633.9651.61-
YUV144.61151.3581.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.16%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=18.16%
G=39.08%
B=42.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791701860.580.0900.27188.9743.6751.96
Hex4FAABA3A901Bbd2c34
Octal11725227272110332755464
Binary10011111010101010111010111010100101101110111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,170,186); }

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

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

 a { background-color: rgb(79,170,186); }

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

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

 span { border-color: rgb(79,170,186); }

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