#4AACCC

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

Shades of Viking #4AACCC

Tints of Viking #4AACCC

Color information

#4AACCC (or 0x4AACCC) is unknown color: approx Viking. HEX triplet: 4A, AC and CC. RGB value is (74,172,204). Sum of RGB (Red+Green+Blue) = 74+172+204=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACCC is #B55333. Grayscale: #929292. Windows color (decimal): -11883316 or 13413450. OLE color: 13413450.

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

Color convert

RGB74172204-
CMYK0.640.1600.2
HSL194.77º56.03%54.51%-
HSV(B)194.77º63.73%80%-
XYZ28.4835.3262.44-
YUV146.35160.5376.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.44%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=16.44%
G=38.22%
B=45.33%

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
Decimal741722040.640.1600.2194.7756.0354.51
Hex4AACCC4010014c33837
Octal112254314100200243037067
Binary1001010101011001100110010000001000001010011000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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