#4CACBD

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

Shades of Viking #4CACBD

Tints of Viking #4CACBD

Color information

#4CACBD (or 0x4CACBD) is unknown color: approx Viking. HEX triplet: 4C, AC and BD. RGB value is (76,172,189). Sum of RGB (Red+Green+Blue) = 76+172+189=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #4CACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACBD is #B35342. Grayscale: #919191. Windows color (decimal): -11752259 or 12430412. OLE color: 12430412.

HSL color Cylindrical-coordinate representation of color #4CACBD: hue angle of 189.03º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CACBD is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB76172189-
CMYK0.600.0900.26
HSL189.03º46.12%51.96%-
HSV(B)189.03º59.79%74.12%-
XYZ26.9234.7253.43-
YUV145.23152.778.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.39%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=17.39%
G=39.36%
B=43.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761721890.600.0900.26189.0346.1251.96
Hex4CACBD3C901Abd2e34
Octal11425427574110322755664
Binary10011001010110010111101111100100101101010111101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,172,189); }

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

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

 a { background-color: rgb(76,172,189); }

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

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

 span { border-color: rgb(76,172,189); }

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