#4AB0CA

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

Shades of Viking #4AB0CA

Tints of Viking #4AB0CA

Color information

#4AB0CA (or 0x4AB0CA) is unknown color: approx Viking. HEX triplet: 4A, B0 and CA. RGB value is (74,176,202). Sum of RGB (Red+Green+Blue) = 74+176+202=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AB0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB0CA is #B54F35. Grayscale: #949494. Windows color (decimal): -11882294 or 13283402. OLE color: 13283402.

HSL color Cylindrical-coordinate representation of color #4AB0CA: hue angle of 192.19º 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 #4AB0CA is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB74176202-
CMYK0.630.1300.21
HSL192.19º54.7%54.12%-
HSV(B)192.19º63.37%79.22%-
XYZ29.0136.7761.45-
YUV148.47158.2174.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.37%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=16.37%
G=38.94%
B=44.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741762020.630.1300.21192.1954.754.12
Hex4AB0CA3FD015c03736
Octal11226031277150253006766
Binary10010101011000011001010111111110101010111000000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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