#4abad3

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

Shades of Viking #4ABAD3

Tints of Viking #4ABAD3

Color information

#4ABAD3 (or 0x4ABAD3) is unknown color: approx Viking. HEX triplet: 4A, BA and D3. RGB value is (74,186,211). Sum of RGB (Red+Green+Blue) = 74+186+211=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #4ABAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABAD3 is #B5452C. Grayscale: #9B9B9B. Windows color (decimal): -11879725 or 13875786. OLE color: 13875786.

HSL color Cylindrical-coordinate representation of color #4ABAD3: hue angle of 190.95º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ABAD3 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB74186211-
CMYK0.650.1200.17
HSL190.95º60.89%55.88%-
HSV(B)190.95º64.93%82.75%-
XYZ32.1441.2867.9-
YUV155.36159.3969.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.71%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 211 (82.81% from 255) = 44.80%
R=15.71%
G=39.49%
B=44.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal741862110.650.1200.17190.9560.8955.88
Hex4ABAD341C011bf3d38
Octal112272323101140212777570
Binary100101010111010110100111000001110001000110111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4abad3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,186,211); }

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

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

 a { background-color: rgb(74,186,211); }

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

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

 span { border-color: rgb(74,186,211); }

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