Html Css Color HEX #4AACC0 Viking

📋 copy color: '#4AACC0'

red 74 ◦ green 172 ◦ blue 192

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

Shades of Viking #4AACC0

Tints of Viking #4AACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 16.89%
G = 39.27%
B = 43.84%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4AACC0 (or 0x4AACC0) is known color: Viking. HEX triplet: 4A, AC and C0. RGB value is (74,172,192). Sum of RGB (Red+Green+Blue) = 74+172+192=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #4AACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACC0 is #B5533F. Grayscale: #909090. Windows color (decimal): -11883328 or 12627018. OLE color: 12627018.

HSL color Cylindrical-coordinate representation of color #4AACC0: hue angle of 190.17º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AACC0 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 172 192 -
CMYK 0.61 0.10 0 0.25
HSL 190.17º 0.48% 0.52% -
HSV(B) 190.17º 0.61% 0.75% -
XYZ 27.09 34.77 55.15 -
YUV 144.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 74 172 192 0.61 0.10 0 0.25 190.17 0.48 0.52
Hex 4A AC C0 3D A 0 19 BE 30 34
Octal 112 254 300 75 12 0 31 276 60 64
Binary 1001010 10101100 11000000 111101 1010 0 11001 10111110 110000 110100

Color Harmonies of #4AACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AACC0

Black with #4AACC0

Text Example


Text Example

White with #4AACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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