#4aaebb

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

Shades of Viking #4AAEBB

Tints of Viking #4AAEBB

Color information

#4AAEBB (or 0x4AAEBB) is unknown color: approx Viking. HEX triplet: 4A, AE and BB. RGB value is (74,174,187). Sum of RGB (Red+Green+Blue) = 74+174+187=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #4AAEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEBB is #B55144. Grayscale: #919191. Windows color (decimal): -11882821 or 12299850. OLE color: 12299850.

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

Color convert

RGB74174187-
CMYK0.600.0700.27
HSL186.9º45.38%51.18%-
HSV(B)186.9º60.43%73.33%-
XYZ26.9335.3252.41-
YUV145.58151.3776.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.01%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=17.01%
G=40%
B=42.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741741870.600.0700.27186.945.3851.18
Hex4AAEBB3C701Bbb2d33
Octal1122562737470332735563
Binary1001010101011101011101111110011101101110111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4aaebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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