#4AB3CA

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

Shades of Viking #4AB3CA

Tints of Viking #4AB3CA

Color information

#4AB3CA (or 0x4AB3CA) is unknown color: approx Viking. HEX triplet: 4A, B3 and CA. RGB value is (74,179,202). Sum of RGB (Red+Green+Blue) = 74+179+202=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AB3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB3CA is #B54C35. Grayscale: #969696. Windows color (decimal): -11881526 or 13284170. OLE color: 13284170.

HSL color Cylindrical-coordinate representation of color #4AB3CA: hue angle of 190.78º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AB3CA is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB74179202-
CMYK0.630.1100.21
HSL190.78º54.7%54.12%-
HSV(B)190.78º63.37%79.22%-
XYZ29.637.9661.64-
YUV150.23157.2173.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.26%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=16.26%
G=39.34%
B=44.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741792020.630.1100.21190.7854.754.12
Hex4AB3CA3FB015bf3736
Octal11226331277130252776766
Binary10010101011001111001010111111101101010110111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,179,202); }

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

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

 a { background-color: rgb(74,179,202); }

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

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

 span { border-color: rgb(74,179,202); }

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