Html Css Color HEX #4FACC2 Viking

📋 copy color: '#4FACC2'

red 79 ◦ green 172 ◦ blue 194

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

Shades of Viking #4FACC2

Tints of Viking #4FACC2

RGB

 RED value IS 79 (31.25% from 255) = 17.75%

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

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 17.75%
G = 38.65%
B = 43.6%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4FACC2 (or 0x4FACC2) is known color: Viking. HEX triplet: 4F, AC and C2. RGB value is (79,172,194). Sum of RGB (Red+Green+Blue) = 79+172+194=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #4FACC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACC2 is #B0533D. Grayscale: #929292. Windows color (decimal): -11555646 or 12758095. OLE color: 12758095.

HSL color Cylindrical-coordinate representation of color #4FACC2: hue angle of 191.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FACC2 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 79 172 194 -
CMYK 0.59 0.11 0 0.24
HSL 191.48º 0.49% 0.54% -
HSV(B) 191.48º 0.59% 0.76% -
XYZ 27.71 35.06 56.35 -
YUV 146.7 154.69 79.71 -
System Red Green Blue C M Y K H S L
Decimal 79 172 194 0.59 0.11 0 0.24 191.48 0.49 0.54
Hex 4F AC C2 3B B 0 18 BF 31 36
Octal 117 254 302 73 13 0 30 277 61 66
Binary 1001111 10101100 11000010 111011 1011 0 11000 10111111 110001 110110

Color Harmonies of #4FACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACC2

Black with #4FACC2

Text Example


Text Example

White with #4FACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,172,194); }

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

background-color css

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

 a { background-color: rgb(79,172,194); }

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

border-color css

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

 span { border-color: rgb(79,172,194); }

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