#4CABC0

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

Shades of Viking #4CABC0

Tints of Viking #4CABC0

Color information

#4CABC0 (or 0x4CABC0) is unknown color: approx Viking. HEX triplet: 4C, AB and C0. RGB value is (76,171,192). Sum of RGB (Red+Green+Blue) = 76+171+192=439 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.31% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #4CABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABC0 is #B3543F. Grayscale: #909090. Windows color (decimal): -11752512 or 12626764. OLE color: 12626764.

HSL color Cylindrical-coordinate representation of color #4CABC0: hue angle of 190.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CABC0 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76171192-
CMYK0.600.1100.25
HSL190.86º47.93%52.55%-
HSV(B)190.86º60.42%75.29%-
XYZ27.0634.4755.1-
YUV144.99154.5378.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.31%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 192 (75.39% from 255) = 43.74%
R=17.31%
G=38.95%
B=43.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761711920.600.1100.25190.8647.9352.55
Hex4CABC03CB019bf3035
Octal11425330074130312776065
Binary10011001010101111000000111100101101100110111111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,171,192); }

 H1.HeaderClassName
 {
   color: #4CABC0;
 }
 .AnyTagClassName
 {
   color: #4CABC0;
 }
</style>
background-color css

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

 a { background-color: rgb(76,171,192); }

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

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

 span { border-color: rgb(76,171,192); }

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