#4BA6C6

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

Shades of Viking #4BA6C6

Tints of Viking #4BA6C6

Color information

#4BA6C6 (or 0x4BA6C6) is unknown color: approx Viking. HEX triplet: 4B, A6 and C6. RGB value is (75,166,198). Sum of RGB (Red+Green+Blue) = 75+166+198=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #4BA6C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA6C6 is #B45939. Grayscale: #8E8E8E. Windows color (decimal): -11819322 or 13018699. OLE color: 13018699.

HSL color Cylindrical-coordinate representation of color #4BA6C6: hue angle of 195.61º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BA6C6 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB75166198-
CMYK0.620.1600.22
HSL195.61º51.9%53.53%-
HSV(B)195.61º62.12%77.65%-
XYZ26.7332.8558.36-
YUV142.44159.3579.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.08%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 198 (77.73% from 255) = 45.10%
R=17.08%
G=37.81%
B=45.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751661980.620.1600.22195.6151.953.53
Hex4BA6C63E10016c43436
Octal11324630676200263046466
Binary100101110100110110001101111101000001011011000100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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