#4BA6C1

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

Shades of Viking #4BA6C1

Tints of Viking #4BA6C1

Color information

#4BA6C1 (or 0x4BA6C1) is unknown color: approx Viking. HEX triplet: 4B, A6 and C1. RGB value is (75,166,193). Sum of RGB (Red+Green+Blue) = 75+166+193=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #4BA6C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA6C1 is #B4593E. Grayscale: #8D8D8D. Windows color (decimal): -11819327 or 12691019. OLE color: 12691019.

HSL color Cylindrical-coordinate representation of color #4BA6C1: hue angle of 193.73º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BA6C1 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB75166193-
CMYK0.610.1400.24
HSL193.73º48.76%52.55%-
HSV(B)193.73º61.14%75.69%-
XYZ26.1632.6255.37-
YUV141.87156.8580.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.28%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=17.28%
G=38.25%
B=44.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751661930.610.1400.24193.7348.7652.55
Hex4BA6C13DE018c23135
Octal11324630175160303026165
Binary10010111010011011000001111101111001100011000010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,166,193); }

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

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

 a { background-color: rgb(75,166,193); }

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

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

 span { border-color: rgb(75,166,193); }

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