#4AB3BA

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

Shades of Viking #4AB3BA

Tints of Viking #4AB3BA

Color information

#4AB3BA (or 0x4AB3BA) is unknown color: approx Viking. HEX triplet: 4A, B3 and BA. RGB value is (74,179,186). Sum of RGB (Red+Green+Blue) = 74+179+186=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #4AB3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB3BA is #B54C45. Grayscale: #949494. Windows color (decimal): -11881542 or 12235594. OLE color: 12235594.

HSL color Cylindrical-coordinate representation of color #4AB3BA: hue angle of 183.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB3BA is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB74179186-
CMYK0.600.0400.27
HSL183.75º44.8%50.98%-
HSV(B)183.75º60.22%72.94%-
XYZ27.8137.2452.18-
YUV148.4149.2174.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.86%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=16.86%
G=40.77%
B=42.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741791860.600.0400.27183.7544.850.98
Hex4AB3BA3C401Bb82d33
Octal1122632727440332705563
Binary1001010101100111011101011110010001101110111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,179,186); }

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

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

 a { background-color: rgb(74,179,186); }

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

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

 span { border-color: rgb(74,179,186); }

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