#4AABBE

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

Shades of Viking #4AABBE

Tints of Viking #4AABBE

Color information

#4AABBE (or 0x4AABBE) is unknown color: approx Viking. HEX triplet: 4A, AB and BE. RGB value is (74,171,190). Sum of RGB (Red+Green+Blue) = 74+171+190=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #4AABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABBE is #B55441. Grayscale: #8F8F8F. Windows color (decimal): -11883586 or 12495690. OLE color: 12495690.

HSL color Cylindrical-coordinate representation of color #4AABBE: hue angle of 189.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AABBE is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74171190-
CMYK0.610.1000.25
HSL189.83º47.15%51.76%-
HSV(B)189.83º61.05%74.51%-
XYZ26.6834.353.93-
YUV144.16153.8677.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.01%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=17.01%
G=39.31%
B=43.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741711900.610.1000.25189.8347.1551.76
Hex4AABBE3DA019be2f34
Octal11225327675120312765764
Binary10010101010101110111110111101101001100110111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,190); }

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

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

 a { background-color: rgb(74,171,190); }

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

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

 span { border-color: rgb(74,171,190); }

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