#4AA6BA

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

Shades of Viking #4AA6BA

Tints of Viking #4AA6BA

Color information

#4AA6BA (or 0x4AA6BA) is unknown color: approx Viking. HEX triplet: 4A, A6 and BA. RGB value is (74,166,186). Sum of RGB (Red+Green+Blue) = 74+166+186=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #4AA6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA6BA is #B55945. Grayscale: #8C8C8C. Windows color (decimal): -11884870 or 12232266. OLE color: 12232266.

HSL color Cylindrical-coordinate representation of color #4AA6BA: hue angle of 190.71º 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 #4AA6BA is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB74166186-
CMYK0.600.1100.27
HSL190.71º44.8%50.98%-
HSV(B)190.71º60.22%72.94%-
XYZ25.3232.2751.35-
YUV140.77153.5280.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.37%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=17.37%
G=38.97%
B=43.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741661860.600.1100.27190.7144.850.98
Hex4AA6BA3CB01Bbf2d33
Octal11224627274130332775563
Binary10010101010011010111010111100101101101110111111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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