#4CB7BE

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

Shades of Viking #4CB7BE

Tints of Viking #4CB7BE

Color information

#4CB7BE (or 0x4CB7BE) is unknown color: approx Viking. HEX triplet: 4C, B7 and BE. RGB value is (76,183,190). Sum of RGB (Red+Green+Blue) = 76+183+190=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #4CB7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB7BE is #B34841. Grayscale: #979797. Windows color (decimal): -11749442 or 12498764. OLE color: 12498764.

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

Color convert

RGB76183190-
CMYK0.600.0400.25
HSL183.68º46.72%52.16%-
HSV(B)183.68º60%74.51%-
XYZ29.2139.1254.73-
YUV151.8149.5573.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.93%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=16.93%
G=40.76%
B=42.32%

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
Decimal761831900.600.0400.25183.6846.7252.16
Hex4CB7BE3C4019b82f34
Octal1142672767440312705764
Binary1001100101101111011111011110010001100110111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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