#4CB4BA

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

Shades of Viking #4CB4BA

Tints of Viking #4CB4BA

Color information

#4CB4BA (or 0x4CB4BA) is unknown color: approx Viking. HEX triplet: 4C, B4 and BA. RGB value is (76,180,186). Sum of RGB (Red+Green+Blue) = 76+180+186=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #4CB4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB4BA is #B34B45. Grayscale: #959595. Windows color (decimal): -11750214 or 12235852. OLE color: 12235852.

HSL color Cylindrical-coordinate representation of color #4CB4BA: hue angle of 183.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB4BA is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76180186-
CMYK0.590.0300.27
HSL183.27º44.35%51.37%-
HSV(B)183.27º59.14%72.94%-
XYZ28.1637.7252.25-
YUV149.59148.5475.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.19%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=17.19%
G=40.72%
B=42.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761801860.590.0300.27183.2744.3551.37
Hex4CB4BA3B301Bb72c33
Octal1142642727330332675463
Binary100110010110100101110101110111101101110110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,180,186); }

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

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

 a { background-color: rgb(76,180,186); }

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

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

 span { border-color: rgb(76,180,186); }

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