#4ABDBF

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

Shades of Viking #4ABDBF

Tints of Viking #4ABDBF

Color information

#4ABDBF (or 0x4ABDBF) is unknown color: approx Viking. HEX triplet: 4A, BD and BF. RGB value is (74,189,191). Sum of RGB (Red+Green+Blue) = 74+189+191=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #4ABDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDBF is #B54240. Grayscale: #9A9A9A. Windows color (decimal): -11878977 or 12565834. OLE color: 12565834.

HSL color Cylindrical-coordinate representation of color #4ABDBF: hue angle of 181.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABDBF is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74189191-
CMYK0.610.0100.25
HSL181.03º47.76%51.96%-
HSV(B)181.03º61.26%74.9%-
XYZ30.4341.6155.72-
YUV154.84148.470.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.30%
GREEN value IS 189 (74.22% from 255) = 41.63%
BLUE value IS 191 (75% from 255) = 42.07%
R=16.30%
G=41.63%
B=42.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741891910.610.0100.25181.0347.7651.96
Hex4ABDBF3D1019b53034
Octal1122752777510312656064
Binary10010101011110110111111111101101100110110101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,189,191); }

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

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

 a { background-color: rgb(74,189,191); }

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

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

 span { border-color: rgb(74,189,191); }

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