#4AABBF

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

Shades of Viking #4AABBF

Tints of Viking #4AABBF

Color information

#4AABBF (or 0x4AABBF) is unknown color: approx Viking. HEX triplet: 4A, AB and BF. RGB value is (74,171,191). Sum of RGB (Red+Green+Blue) = 74+171+191=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #4AABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABBF is #B55440. Grayscale: #909090. Windows color (decimal): -11883585 or 12561226. OLE color: 12561226.

HSL color Cylindrical-coordinate representation of color #4AABBF: hue angle of 190.26º degrees, saturation: 0.48, 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 #4AABBF is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74171191-
CMYK0.610.1000.25
HSL190.26º47.76%51.96%-
HSV(B)190.26º61.26%74.9%-
XYZ26.7934.3454.51-
YUV144.28154.3677.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.97%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 191 (75% from 255) = 43.81%
R=16.97%
G=39.22%
B=43.81%

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
Decimal741711910.610.1000.25190.2647.7651.96
Hex4AABBF3DA019be3034
Octal11225327775120312766064
Binary10010101010101110111111111101101001100110111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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