#4ABCBE

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

Shades of Viking #4ABCBE

Tints of Viking #4ABCBE

Color information

#4ABCBE (or 0x4ABCBE) is unknown color: approx Viking. HEX triplet: 4A, BC and BE. RGB value is (74,188,190). Sum of RGB (Red+Green+Blue) = 74+188+190=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #4ABCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCBE is #B54341. Grayscale: #9A9A9A. Windows color (decimal): -11879234 or 12500042. OLE color: 12500042.

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

Color convert

RGB74188190-
CMYK0.610.0100.25
HSL181.03º47.15%51.76%-
HSV(B)181.03º61.05%74.51%-
XYZ30.141.1455.07-
YUV154.14148.2370.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.37%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=16.37%
G=41.59%
B=42.04%

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
Decimal741881900.610.0100.25181.0347.1551.76
Hex4ABCBE3D1019b52f34
Octal1122742767510312655764
Binary10010101011110010111110111101101100110110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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