#46B6C6

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

Shades of Viking #46B6C6

Tints of Viking #46B6C6

Color information

#46B6C6 (or 0x46B6C6) is unknown color: approx Viking. HEX triplet: 46, B6 and C6. RGB value is (70,182,198). Sum of RGB (Red+Green+Blue) = 70+182+198=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #46B6C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B6C6 is #B94939. Grayscale: #969696. Windows color (decimal): -12142906 or 13022790. OLE color: 13022790.

HSL color Cylindrical-coordinate representation of color #46B6C6: hue angle of 187.5º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46B6C6 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70182198-
CMYK0.650.0800.22
HSL187.5º52.89%52.55%-
HSV(B)187.5º64.65%77.65%-
XYZ29.4538.8459.37-
YUV150.34154.8970.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.56%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 198 (77.73% from 255) = 44%
R=15.56%
G=40.44%
B=44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701821980.650.0800.22187.552.8952.55
Hex46B6C6418016bc3535
Octal106266306101100262746565
Binary100011010110110110001101000001100001011010111100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46B6C6; }

 p { color: rgb(70,182,198); }

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

<style>
 a { background-color: #46B6C6; }

 a { background-color: rgb(70,182,198); }

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

<style>
 span { border-color: #46B6C6; }

 span { border-color: rgb(70,182,198); }

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