#46B3D4

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

Shades of Viking #46B3D4

Tints of Viking #46B3D4

Color information

#46B3D4 (or 0x46B3D4) is unknown color: approx Viking. HEX triplet: 46, B3 and D4. RGB value is (70,179,212). Sum of RGB (Red+Green+Blue) = 70+179+212=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #46B3D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B3D4 is #B94C2B. Grayscale: #959595. Windows color (decimal): -12143660 or 13939526. OLE color: 13939526.

HSL color Cylindrical-coordinate representation of color #46B3D4: hue angle of 193.94º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46B3D4 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70179212-
CMYK0.670.1600.17
HSL193.94º62.28%55.29%-
HSV(B)193.94º66.98%83.14%-
XYZ30.5338.368.07-
YUV150.17162.8970.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.18%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 212 (83.20% from 255) = 45.99%
R=15.18%
G=38.83%
B=45.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal701792120.670.1600.17193.9462.2855.29
Hex46B3D44310011c23e37
Octal106263324103200213027667
Binary1000110101100111101010010000111000001000111000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,179,212); }

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

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

 a { background-color: rgb(70,179,212); }

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

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

 span { border-color: rgb(70,179,212); }

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