#4AABCC

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

Shades of Viking #4AABCC

Tints of Viking #4AABCC

Color information

#4AABCC (or 0x4AABCC) is unknown color: approx Viking. HEX triplet: 4A, AB and CC. RGB value is (74,171,204). Sum of RGB (Red+Green+Blue) = 74+171+204=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABCC is #B55433. Grayscale: #919191. Windows color (decimal): -11883572 or 13413194. OLE color: 13413194.

HSL color Cylindrical-coordinate representation of color #4AABCC: hue angle of 195.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AABCC is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB74171204-
CMYK0.640.1600.2
HSL195.23º56.03%54.51%-
HSV(B)195.23º63.73%80%-
XYZ28.2934.9462.38-
YUV145.76160.8676.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.48%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=16.48%
G=38.08%
B=45.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal741712040.640.1600.2195.2356.0354.51
Hex4AABCC4010014c33837
Octal112253314100200243037067
Binary1001010101010111100110010000001000001010011000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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