#4CB3B9

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

Shades of Viking #4CB3B9

Tints of Viking #4CB3B9

Color information

#4CB3B9 (or 0x4CB3B9) is unknown color: approx Viking. HEX triplet: 4C, B3 and B9. RGB value is (76,179,185). Sum of RGB (Red+Green+Blue) = 76+179+185=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #4CB3B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB3B9 is #B34C46. Grayscale: #949494. Windows color (decimal): -11750471 or 12170060. OLE color: 12170060.

HSL color Cylindrical-coordinate representation of color #4CB3B9: hue angle of 183.3º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB3B9 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76179185-
CMYK0.590.0300.27
HSL183.3º43.78%51.18%-
HSV(B)183.3º58.92%72.55%-
XYZ27.8637.2851.63-
YUV148.89148.3876.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.27%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=17.27%
G=40.68%
B=42.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761791850.590.0300.27183.343.7851.18
Hex4CB3B93B301Bb72c33
Octal1142632717330332675463
Binary100110010110011101110011110111101101110110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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