#4CB4BF

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

Shades of Viking #4CB4BF

Tints of Viking #4CB4BF

Color information

#4CB4BF (or 0x4CB4BF) is unknown color: approx Viking. HEX triplet: 4C, B4 and BF. RGB value is (76,180,191). Sum of RGB (Red+Green+Blue) = 76+180+191=447 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.00% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #4CB4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB4BF is #B34B40. Grayscale: #969696. Windows color (decimal): -11750209 or 12563532. OLE color: 12563532.

HSL color Cylindrical-coordinate representation of color #4CB4BF: hue angle of 185.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CB4BF is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76180191-
CMYK0.600.0600.25
HSL185.74º47.33%52.35%-
HSV(B)185.74º60.21%74.9%-
XYZ28.7137.9455.1-
YUV150.16151.0475.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.00%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 191 (75% from 255) = 42.73%
R=17.00%
G=40.27%
B=42.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761801910.600.0600.25185.7447.3352.35
Hex4CB4BF3C6019ba2f34
Octal1142642777460312725764
Binary1001100101101001011111111110011001100110111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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