Html Css Color HEX #4AAACE Viking

📋 copy color: '#4AAACE'

red 74 ◦ green 170 ◦ blue 206

#4AAACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4AAACE

Tints of Viking #4AAACE

RGB

 RED value IS 74 (29.3% from 255) = 16.44%

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 16.44%
G = 37.78%
B = 45.78%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4AAACE (or 0x4AAACE) is known color: Viking. HEX triplet: 4A, AA and CE. RGB value is (74,170,206). Sum of RGB (Red+Green+Blue) = 74+170+206=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAACE is #B55531. Grayscale: #919191. Windows color (decimal): -11883826 or 13544010. OLE color: 13544010.

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

Color convert

RGB 74 170 206 -
CMYK 0.64 0.17 0 0.19
HSL 196.36º 0.57% 0.55% -
HSV(B) 196.36º 0.64% 0.81% -
XYZ 28.34 34.66 63.59 -
YUV 145.4 162.2 77.07 -
System Red Green Blue C M Y K H S L
Decimal 74 170 206 0.64 0.17 0 0.19 196.36 0.57 0.55
Hex 4A AA CE 40 11 0 13 C4 39 37
Octal 112 252 316 100 21 0 23 304 71 67
Binary 1001010 10101010 11001110 1000000 10001 0 10011 11000100 111001 110111

Color Harmonies of #4AAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAACE

Black with #4AAACE

Text Example


Text Example

White with #4AAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AAACE;
 }
 .AnyTagClassName
 {
   color: #4AAACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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