#4BA0C0

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

Shades of Viking #4BA0C0

Tints of Viking #4BA0C0

Color information

#4BA0C0 (or 0x4BA0C0) is unknown color: approx Viking. HEX triplet: 4B, A0 and C0. RGB value is (75,160,192). Sum of RGB (Red+Green+Blue) = 75+160+192=427 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.56% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #4BA0C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA0C0 is #B45F3F. Grayscale: #8A8A8A. Windows color (decimal): -11820864 or 12623947. OLE color: 12623947.

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

Color convert

RGB75160192-
CMYK0.610.1700.25
HSL196.41º48.15%52.35%-
HSV(B)196.41º60.94%75.29%-
XYZ24.9930.4454.43-
YUV138.23158.3482.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.56%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 192 (75.39% from 255) = 44.96%
R=17.56%
G=37.47%
B=44.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751601920.610.1700.25196.4148.1552.35
Hex4BA0C03D11019c43034
Octal11324030075210313046064
Binary100101110100000110000001111011000101100111000100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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