#4ABEBF

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

Shades of Viking #4ABEBF

Tints of Viking #4ABEBF

Color information

#4ABEBF (or 0x4ABEBF) is unknown color: approx Viking. HEX triplet: 4A, BE and BF. RGB value is (74,190,191). Sum of RGB (Red+Green+Blue) = 74+190+191=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #4ABEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEBF is #B54140. Grayscale: #9B9B9B. Windows color (decimal): -11878721 or 12566090. OLE color: 12566090.

HSL color Cylindrical-coordinate representation of color #4ABEBF: hue angle of 180.51º 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 #4ABEBF is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74190191-
CMYK0.610.0100.25
HSL180.51º47.76%51.96%-
HSV(B)180.51º61.26%74.9%-
XYZ30.6442.0455.79-
YUV155.43148.0769.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.26%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 191 (75% from 255) = 41.98%
R=16.26%
G=41.76%
B=41.98%

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
Decimal741901910.610.0100.25180.5147.7651.96
Hex4ABEBF3D1019b53034
Octal1122762777510312656064
Binary10010101011111010111111111101101100110110101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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