#4CABD6

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

Shades of Viking #4CABD6

Tints of Viking #4CABD6

Color information

#4CABD6 (or 0x4CABD6) is unknown color: approx Viking. HEX triplet: 4C, AB and D6. RGB value is (76,171,214). Sum of RGB (Red+Green+Blue) = 76+171+214=461 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.49% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #4CABD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABD6 is #B35429. Grayscale: #939393. Windows color (decimal): -11752490 or 14068556. OLE color: 14068556.

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

Color convert

RGB76171214-
CMYK0.640.2000.16
HSL198.7º62.73%56.86%-
HSV(B)198.7º64.49%83.92%-
XYZ29.6835.5268.91-
YUV147.5165.5377-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.49%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 214 (83.98% from 255) = 46.42%
R=16.49%
G=37.09%
B=46.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal761712140.640.2000.16198.762.7356.86
Hex4CABD64014010c73f39
Octal114253326100240203077771
Binary1001100101010111101011010000001010001000011000111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,171,214); }

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

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

 a { background-color: rgb(76,171,214); }

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

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

 span { border-color: rgb(76,171,214); }

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