#46B2D2

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

Shades of Viking #46B2D2

Tints of Viking #46B2D2

Color information

#46B2D2 (or 0x46B2D2) is unknown color: approx Viking. HEX triplet: 46, B2 and D2. RGB value is (70,178,210). Sum of RGB (Red+Green+Blue) = 70+178+210=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #46B2D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46B2D2 is #B94D2D. Grayscale: #959595. Windows color (decimal): -12143918 or 13808198. OLE color: 13808198.

HSL color Cylindrical-coordinate representation of color #46B2D2: hue angle of 193.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46B2D2 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70178210-
CMYK0.670.1500.18
HSL193.71º60.87%54.9%-
HSV(B)193.71º66.67%82.35%-
XYZ30.0837.866.68-
YUV149.36162.2271.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.28%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 210 (82.42% from 255) = 45.85%
R=15.28%
G=38.86%
B=45.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701782100.670.1500.18193.7160.8754.9
Hex46B2D243F012c23d37
Octal106262322103170223027567
Binary100011010110010110100101000011111101001011000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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