#4CB3BE

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

Shades of Viking #4CB3BE

Tints of Viking #4CB3BE

Color information

#4CB3BE (or 0x4CB3BE) is unknown color: approx Viking. HEX triplet: 4C, B3 and BE. RGB value is (76,179,190). Sum of RGB (Red+Green+Blue) = 76+179+190=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CB3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB3BE is #B34C41. Grayscale: #959595. Windows color (decimal): -11750466 or 12497740. OLE color: 12497740.

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

Color convert

RGB76179190-
CMYK0.600.0600.25
HSL185.79º46.72%52.16%-
HSV(B)185.79º60%74.51%-
XYZ28.3937.4954.46-
YUV149.46150.8875.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.08%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=17.08%
G=40.22%
B=42.70%

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
Decimal761791900.600.0600.25185.7946.7252.16
Hex4CB3BE3C6019ba2f34
Octal1142632767460312725764
Binary1001100101100111011111011110011001100110111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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