#4AAACF

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

Shades of Viking #4AAACF

Tints of Viking #4AAACF

Color information

#4AAACF (or 0x4AAACF) is unknown color: approx Viking. HEX triplet: 4A, AA and CF. RGB value is (74,170,207). Sum of RGB (Red+Green+Blue) = 74+170+207=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #4AAACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAACF is #B55530. Grayscale: #919191. Windows color (decimal): -11883825 or 13609546. OLE color: 13609546.

HSL color Cylindrical-coordinate representation of color #4AAACF: hue angle of 196.69º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AAACF is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB74170207-
CMYK0.640.1800.19
HSL196.69º58.08%55.1%-
HSV(B)196.69º64.25%81.18%-
XYZ28.4634.7164.23-
YUV145.51162.776.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.41%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=16.41%
G=37.69%
B=45.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal741702070.640.1800.19196.6958.0855.1
Hex4AAACF4012013c53a37
Octal112252317100220233057267
Binary1001010101010101100111110000001001001001111000101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,170,207); }

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

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

 a { background-color: rgb(74,170,207); }

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

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

 span { border-color: rgb(74,170,207); }

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