#4AA5CC

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

Shades of Viking #4AA5CC

Tints of Viking #4AA5CC

Color information

#4AA5CC (or 0x4AA5CC) is unknown color: approx Viking. HEX triplet: 4A, A5 and CC. RGB value is (74,165,204). Sum of RGB (Red+Green+Blue) = 74+165+204=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA5CC is #B55A33. Grayscale: #8D8D8D. Windows color (decimal): -11885108 or 13411658. OLE color: 13411658.

HSL color Cylindrical-coordinate representation of color #4AA5CC: hue angle of 198º 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 #4AA5CC is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB74165204-
CMYK0.640.1900.2
HSL198º56.03%54.51%-
HSV(B)198º63.73%80%-
XYZ27.1832.7362.01-
YUV142.24162.8579.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.70%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=16.70%
G=37.25%
B=46.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal741652040.640.1900.219856.0354.51
Hex4AA5CC4013014c63837
Octal112245314100230243067067
Binary1001010101001011100110010000001001101010011000110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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