#4FACCC

Color #4FACCC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4FACCC

Tints of Viking #4FACCC

Color information

#4FACCC (or 0x4FACCC) is unknown color: approx 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

RGB79172204-
CMYK0.610.1600.2
HSL195.36º55.07%55.49%-
HSV(B)195.36º61.27%80%-
XYZ28.8835.5362.46-
YUV147.84159.6978.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.36%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=17.36%
G=37.80%
B=44.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791722040.610.1600.2195.3655.0755.49
Hex4FACCC3D10014c33737
Octal11725431475200243036767
Binary100111110101100110011001111011000001010011000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>