#4CB6BE

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

Shades of Viking #4CB6BE

Tints of Viking #4CB6BE

Color information

#4CB6BE (or 0x4CB6BE) is unknown color: approx Viking. HEX triplet: 4C, B6 and BE. RGB value is (76,182,190). Sum of RGB (Red+Green+Blue) = 76+182+190=448 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.96% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CB6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB6BE is #B34941. Grayscale: #979797. Windows color (decimal): -11749698 or 12498508. OLE color: 12498508.

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

Color convert

RGB76182190-
CMYK0.600.0400.25
HSL184.21º46.72%52.16%-
HSV(B)184.21º60%74.51%-
XYZ2938.7154.66-
YUV151.22149.8874.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.96%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=16.96%
G=40.62%
B=42.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761821900.600.0400.25184.2146.7252.16
Hex4CB6BE3C4019b82f34
Octal1142662767440312705764
Binary1001100101101101011111011110010001100110111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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