#4ABBCE

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

Shades of Viking #4ABBCE

Tints of Viking #4ABBCE

Color information

#4ABBCE (or 0x4ABBCE) is unknown color: approx Viking. HEX triplet: 4A, BB and CE. RGB value is (74,187,206). Sum of RGB (Red+Green+Blue) = 74+187+206=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ABBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBCE is #B54431. Grayscale: #9B9B9B. Windows color (decimal): -11879474 or 13548362. OLE color: 13548362.

HSL color Cylindrical-coordinate representation of color #4ABBCE: hue angle of 188.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABBCE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB74187206-
CMYK0.640.0900.19
HSL188.64º57.39%54.9%-
HSV(B)188.64º64.08%80.78%-
XYZ31.7341.4564.72-
YUV155.38156.5669.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.85%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=15.85%
G=40.04%
B=44.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal741872060.640.0900.19188.6457.3954.9
Hex4ABBCE409013bd3937
Octal112273316100110232757167
Binary100101010111011110011101000000100101001110111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,187,206); }

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

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

 a { background-color: rgb(74,187,206); }

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

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

 span { border-color: rgb(74,187,206); }

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