#46B2D4

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

Shades of Viking #46B2D4

Tints of Viking #46B2D4

Color information

#46B2D4 (or 0x46B2D4) is unknown color: approx Viking. HEX triplet: 46, B2 and D4. RGB value is (70,178,212). Sum of RGB (Red+Green+Blue) = 70+178+212=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #46B2D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46B2D4 is #B94D2B. Grayscale: #959595. Windows color (decimal): -12143916 or 13939270. OLE color: 13939270.

HSL color Cylindrical-coordinate representation of color #46B2D4: hue angle of 194.37º 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 #46B2D4 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70178212-
CMYK0.670.1600.17
HSL194.37º62.28%55.29%-
HSV(B)194.37º66.98%83.14%-
XYZ30.3337.968-
YUV149.58163.2271.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.22%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 212 (83.20% from 255) = 46.09%
R=15.22%
G=38.70%
B=46.09%

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
Decimal701782120.670.1600.17194.3762.2855.29
Hex46B2D44310011c23e37
Octal106262324103200213027667
Binary1000110101100101101010010000111000001000111000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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