#4BB3C0

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

Shades of Viking #4BB3C0

Tints of Viking #4BB3C0

Color information

#4BB3C0 (or 0x4BB3C0) is unknown color: approx Viking. HEX triplet: 4B, B3 and C0. RGB value is (75,179,192). Sum of RGB (Red+Green+Blue) = 75+179+192=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #4BB3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB3C0 is #B44C3F. Grayscale: #959595. Windows color (decimal): -11816000 or 12628811. OLE color: 12628811.

HSL color Cylindrical-coordinate representation of color #4BB3C0: hue angle of 186.67º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BB3C0 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75179192-
CMYK0.610.0700.25
HSL186.67º48.15%52.35%-
HSV(B)186.67º60.94%75.29%-
XYZ28.5437.5455.61-
YUV149.39152.0474.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.82%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=16.82%
G=40.13%
B=43.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751791920.610.0700.25186.6748.1552.35
Hex4BB3C03D7019bb3034
Octal1132633007570312736064
Binary1001011101100111100000011110111101100110111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,179,192); }

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

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

 a { background-color: rgb(75,179,192); }

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

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

 span { border-color: rgb(75,179,192); }

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