#4AA8C9

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

Shades of Viking #4AA8C9

Tints of Viking #4AA8C9

Color information

#4AA8C9 (or 0x4AA8C9) is unknown color: approx Viking. HEX triplet: 4A, A8 and C9. RGB value is (74,168,201). Sum of RGB (Red+Green+Blue) = 74+168+201=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #4AA8C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA8C9 is #B55736. Grayscale: #8F8F8F. Windows color (decimal): -11884343 or 13215818. OLE color: 13215818.

HSL color Cylindrical-coordinate representation of color #4AA8C9: hue angle of 195.59º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AA8C9 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB74168201-
CMYK0.630.1600.21
HSL195.59º54.04%53.92%-
HSV(B)195.59º63.18%78.82%-
XYZ27.3733.6860.32-
YUV143.66160.3678.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.70%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=16.70%
G=37.92%
B=45.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741682010.630.1600.21195.5954.0453.92
Hex4AA8C93F10015c43636
Octal11225031177200253046666
Binary100101010101000110010011111111000001010111000100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,168,201); }

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

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

 a { background-color: rgb(74,168,201); }

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

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

 span { border-color: rgb(74,168,201); }

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