Html Css Color HEX #4FACCC Viking

📋 copy color: '#4FACCC'

red 79 ◦ green 172 ◦ blue 204

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

Shades of Viking #4FACCC

Tints of Viking #4FACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 17.36%
G = 37.8%
B = 44.84%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4FACCC (or 0x4FACCC) is known color: Viking. HEX triplet: 4F, AC and CC. RGB value is (79,172,204). Sum of RGB (Red+Green+Blue) = 79+172+204=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACCC is #B05333. Grayscale: #939393. Windows color (decimal): -11555636 or 13413455. OLE color: 13413455.

HSL color Cylindrical-coordinate representation of color #4FACCC: hue angle of 195.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FACCC is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 172 204 -
CMYK 0.61 0.16 0 0.2
HSL 195.36º 0.55% 0.55% -
HSV(B) 195.36º 0.61% 0.8% -
XYZ 28.88 35.53 62.46 -
YUV 147.84 159.69 78.9 -
System Red Green Blue C M Y K H S L
Decimal 79 172 204 0.61 0.16 0 0.2 195.36 0.55 0.55
Hex 4F AC CC 3D 10 0 14 C3 37 37
Octal 117 254 314 75 20 0 24 303 67 67
Binary 1001111 10101100 11001100 111101 10000 0 10100 11000011 110111 110111

Color Harmonies of #4FACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACCC

Black with #4FACCC

Text Example


Text Example

White with #4FACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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