#4AA2C6

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

Shades of Viking #4AA2C6

Tints of Viking #4AA2C6

Color information

#4AA2C6 (or 0x4AA2C6) is unknown color: approx Viking. HEX triplet: 4A, A2 and C6. RGB value is (74,162,198). Sum of RGB (Red+Green+Blue) = 74+162+198=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #4AA2C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA2C6 is #B55D39. Grayscale: #8B8B8B. Windows color (decimal): -11885882 or 13017674. OLE color: 13017674.

HSL color Cylindrical-coordinate representation of color #4AA2C6: hue angle of 197.42º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AA2C6 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB74162198-
CMYK0.630.1800.22
HSL197.42º52.1%53.33%-
HSV(B)197.42º62.63%77.65%-
XYZ25.9431.3758.11-
YUV139.79160.8581.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.05%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 198 (77.73% from 255) = 45.62%
R=17.05%
G=37.33%
B=45.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal741621980.630.1800.22197.4252.153.33
Hex4AA2C63F12016c53435
Octal11224230677220263056465
Binary100101010100010110001101111111001001011011000101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,162,198); }

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

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

 a { background-color: rgb(74,162,198); }

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

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

 span { border-color: rgb(74,162,198); }

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