#4ABECC

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

Shades of Viking #4ABECC

Tints of Viking #4ABECC

Color information

#4ABECC (or 0x4ABECC) is unknown color: approx Viking. HEX triplet: 4A, BE and CC. RGB value is (74,190,204). Sum of RGB (Red+Green+Blue) = 74+190+204=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ABECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABECC is #B54133. Grayscale: #9C9C9C. Windows color (decimal): -11878708 or 13418058. OLE color: 13418058.

HSL color Cylindrical-coordinate representation of color #4ABECC: hue angle of 186.46º 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 #4ABECC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB74190204-
CMYK0.640.0700.2
HSL186.46º56.03%54.51%-
HSV(B)186.46º63.73%80%-
XYZ32.1442.6463.66-
YUV156.91154.5768.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.81%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=15.81%
G=40.60%
B=43.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal741902040.640.0700.2186.4656.0354.51
Hex4ABECC407014ba3837
Octal11227631410070242727067
Binary10010101011111011001100100000011101010010111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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