#4ABBCC

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

Shades of Viking #4ABBCC

Tints of Viking #4ABBCC

Color information

#4ABBCC (or 0x4ABBCC) is unknown color: approx Viking. HEX triplet: 4A, BB and CC. RGB value is (74,187,204). Sum of RGB (Red+Green+Blue) = 74+187+204=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ABBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBCC is #B54433. Grayscale: #9A9A9A. Windows color (decimal): -11879476 or 13417290. OLE color: 13417290.

HSL color Cylindrical-coordinate representation of color #4ABBCC: hue angle of 187.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABBCC is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB74187204-
CMYK0.640.0800.2
HSL187.85º56.03%54.51%-
HSV(B)187.85º63.73%80%-
XYZ31.4941.3663.45-
YUV155.15155.5670.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.91%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=15.91%
G=40.22%
B=43.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal741872040.640.0800.2187.8556.0354.51
Hex4ABBCC408014bc3837
Octal112273314100100242747067
Binary100101010111011110011001000000100001010010111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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