#4AAEBC

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

Shades of Viking #4AAEBC

Tints of Viking #4AAEBC

Color information

#4AAEBC (or 0x4AAEBC) is unknown color: approx Viking. HEX triplet: 4A, AE and BC. RGB value is (74,174,188). Sum of RGB (Red+Green+Blue) = 74+174+188=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #4AAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEBC is #B55143. Grayscale: #919191. Windows color (decimal): -11882820 or 12365386. OLE color: 12365386.

HSL color Cylindrical-coordinate representation of color #4AAEBC: hue angle of 187.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AAEBC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB74174188-
CMYK0.610.0700.26
HSL187.37º45.97%51.37%-
HSV(B)187.37º60.64%73.73%-
XYZ27.0435.3652.98-
YUV145.7151.8776.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.97%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=16.97%
G=39.91%
B=43.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741741880.610.0700.26187.3745.9751.37
Hex4AAEBC3D701Abb2e33
Octal1122562747570322735663
Binary1001010101011101011110011110111101101010111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,174,188); }

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

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

 a { background-color: rgb(74,174,188); }

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

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

 span { border-color: rgb(74,174,188); }

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