#4CB2BE

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

Shades of Viking #4CB2BE

Tints of Viking #4CB2BE

Color information

#4CB2BE (or 0x4CB2BE) is unknown color: approx Viking. HEX triplet: 4C, B2 and BE. RGB value is (76,178,190). Sum of RGB (Red+Green+Blue) = 76+178+190=444 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.12% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CB2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB2BE is #B34D41. Grayscale: #949494. Windows color (decimal): -11750722 or 12497484. OLE color: 12497484.

HSL color Cylindrical-coordinate representation of color #4CB2BE: hue angle of 186.32º 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 #4CB2BE is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76178190-
CMYK0.600.0600.25
HSL186.32º46.72%52.16%-
HSV(B)186.32º60%74.51%-
XYZ28.237.0954.39-
YUV148.87151.2176.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.12%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=17.12%
G=40.09%
B=42.79%

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
Decimal761781900.600.0600.25186.3246.7252.16
Hex4CB2BE3C6019ba2f34
Octal1142622767460312725764
Binary1001100101100101011111011110011001100110111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,178,190); }

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

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

 a { background-color: rgb(76,178,190); }

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

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

 span { border-color: rgb(76,178,190); }

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