#4AACBA

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

Shades of Viking #4AACBA

Tints of Viking #4AACBA

Color information

#4AACBA (or 0x4AACBA) is unknown color: approx Viking. HEX triplet: 4A, AC and BA. RGB value is (74,172,186). Sum of RGB (Red+Green+Blue) = 74+172+186=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #4AACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACBA is #B55345. Grayscale: #909090. Windows color (decimal): -11883334 or 12233802. OLE color: 12233802.

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

Color convert

RGB74172186-
CMYK0.600.0800.27
HSL187.5º44.8%50.98%-
HSV(B)187.5º60.22%72.94%-
XYZ26.4434.5151.72-
YUV144.29151.5377.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.13%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=17.13%
G=39.81%
B=43.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741721860.600.0800.27187.544.850.98
Hex4AACBA3C801Bbc2d33
Octal11225427274100332745563
Binary10010101010110010111010111100100001101110111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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