#4AB6D6

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

Shades of Viking #4AB6D6

Tints of Viking #4AB6D6

Color information

#4AB6D6 (or 0x4AB6D6) is unknown color: approx Viking. HEX triplet: 4A, B6 and D6. RGB value is (74,182,214). Sum of RGB (Red+Green+Blue) = 74+182+214=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #4AB6D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB6D6 is #B54929. Grayscale: #999999. Windows color (decimal): -11880746 or 14071370. OLE color: 14071370.

HSL color Cylindrical-coordinate representation of color #4AB6D6: hue angle of 193.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AB6D6 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB74182214-
CMYK0.650.1500.16
HSL193.71º63.06%56.47%-
HSV(B)193.71º65.42%83.92%-
XYZ31.6939.7769.62-
YUV153.36162.2271.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.74%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 214 (83.98% from 255) = 45.53%
R=15.74%
G=38.72%
B=45.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal741822140.650.1500.16193.7163.0656.47
Hex4AB6D641F010c23f38
Octal112266326101170203027770
Binary100101010110110110101101000001111101000011000010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,214); }

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

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

 a { background-color: rgb(74,182,214); }

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

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

 span { border-color: rgb(74,182,214); }

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