#46B9D7

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

Shades of Viking #46B9D7

Tints of Viking #46B9D7

Color information

#46B9D7 (or 0x46B9D7) is unknown color: approx Viking. HEX triplet: 46, B9 and D7. RGB value is (70,185,215). Sum of RGB (Red+Green+Blue) = 70+185+215=470 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.89% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #46B9D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B9D7 is #B94628. Grayscale: #999999. Windows color (decimal): -12142121 or 14137670. OLE color: 14137670.

HSL color Cylindrical-coordinate representation of color #46B9D7: hue angle of 192.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46B9D7 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70185215-
CMYK0.670.1400.16
HSL192.41º64.44%55.88%-
HSV(B)192.41º67.44%84.31%-
XYZ32.1440.9170.49-
YUV154.04162.468.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.89%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 215 (84.38% from 255) = 45.74%
R=14.89%
G=39.36%
B=45.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal701852150.670.1400.16192.4164.4455.88
Hex46B9D743E010c04038
Octal1062713271031602030010070
Binary1000110101110011101011110000111110010000110000001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,185,215); }

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

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

 a { background-color: rgb(70,185,215); }

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

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

 span { border-color: rgb(70,185,215); }

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