Html Css Color HEX #4FACC7 Viking

📋 copy color: '#4FACC7'

red 79 ◦ green 172 ◦ blue 199

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

Shades of Viking #4FACC7

Tints of Viking #4FACC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.22%

R = 17.56%
G = 38.22%
B = 44.22%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4FACC7 (or 0x4FACC7) is known color: Viking. HEX triplet: 4F, AC and C7. RGB value is (79,172,199). Sum of RGB (Red+Green+Blue) = 79+172+199=450 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.56% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #4FACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACC7 is #B05338. Grayscale: #939393. Windows color (decimal): -11555641 or 13085775. OLE color: 13085775.

HSL color Cylindrical-coordinate representation of color #4FACC7: hue angle of 193.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FACC7 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 79 172 199 -
CMYK 0.60 0.14 0 0.22
HSL 193.5º 0.52% 0.55% -
HSV(B) 193.5º 0.6% 0.78% -
XYZ 28.29 35.29 59.35 -
YUV 147.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 79 172 199 0.60 0.14 0 0.22 193.5 0.52 0.55
Hex 4F AC C7 3C E 0 16 C2 34 37
Octal 117 254 307 74 16 0 26 302 64 67
Binary 1001111 10101100 11000111 111100 1110 0 10110 11000010 110100 110111

Color Harmonies of #4FACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACC7

Black with #4FACC7

Text Example


Text Example

White with #4FACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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