#4ABDD2

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

Shades of Viking #4ABDD2

Tints of Viking #4ABDD2

Color information

#4ABDD2 (or 0x4ABDD2) is unknown color: approx Viking. HEX triplet: 4A, BD and D2. RGB value is (74,189,210). Sum of RGB (Red+Green+Blue) = 74+189+210=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #4ABDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDD2 is #B5422D. Grayscale: #9C9C9C. Windows color (decimal): -11878958 or 13811018. OLE color: 13811018.

HSL color Cylindrical-coordinate representation of color #4ABDD2: hue angle of 189.26º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ABDD2 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB74189210-
CMYK0.650.1000.18
HSL189.26º60.18%55.69%-
HSV(B)189.26º64.76%82.35%-
XYZ32.6542.567.46-
YUV157.01157.968.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.64%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 210 (82.42% from 255) = 44.40%
R=15.64%
G=39.96%
B=44.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal741892100.650.1000.18189.2660.1855.69
Hex4ABDD241A012bd3c38
Octal112275322101120222757470
Binary100101010111101110100101000001101001001010111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,189,210); }

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

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

 a { background-color: rgb(74,189,210); }

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

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

 span { border-color: rgb(74,189,210); }

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