Html Css Color HEX #4AACD0 Viking

📋 copy color: '#4AACD0'

red 74 ◦ green 172 ◦ blue 208

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

Shades of Viking #4AACD0

Tints of Viking #4AACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 16.3%
G = 37.89%
B = 45.81%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4AACD0 (or 0x4AACD0) is known color: Viking. HEX triplet: 4A, AC and D0. RGB value is (74,172,208). Sum of RGB (Red+Green+Blue) = 74+172+208=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #4AACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACD0 is #B5532F. Grayscale: #929292. Windows color (decimal): -11883312 or 13675594. OLE color: 13675594.

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

Color convert

RGB 74 172 208 -
CMYK 0.64 0.17 0 0.18
HSL 196.12º 0.59% 0.55% -
HSV(B) 196.12º 0.64% 0.82% -
XYZ 28.96 35.51 65 -
YUV 146.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 74 172 208 0.64 0.17 0 0.18 196.12 0.59 0.55
Hex 4A AC D0 40 11 0 12 C4 3B 37
Octal 112 254 320 100 21 0 22 304 73 67
Binary 1001010 10101100 11010000 1000000 10001 0 10010 11000100 111011 110111

Color Harmonies of #4AACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AACD0

Black with #4AACD0

Text Example


Text Example

White with #4AACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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