#46B1D3

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

Shades of Viking #46B1D3

Tints of Viking #46B1D3

Color information

#46B1D3 (or 0x46B1D3) is unknown color: approx Viking. HEX triplet: 46, B1 and D3. RGB value is (70,177,211). Sum of RGB (Red+Green+Blue) = 70+177+211=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #46B1D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46B1D3 is #B94E2C. Grayscale: #949494. Windows color (decimal): -12144173 or 13873478. OLE color: 13873478.

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

Color convert

RGB70177211-
CMYK0.670.1600.17
HSL194.47º61.57%55.1%-
HSV(B)194.47º66.82%82.75%-
XYZ30.0137.4567.28-
YUV148.88163.0571.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.28%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 211 (82.81% from 255) = 46.07%
R=15.28%
G=38.65%
B=46.07%

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
Decimal701772110.670.1600.17194.4761.5755.1
Hex46B1D34310011c23e37
Octal106261323103200213027667
Binary1000110101100011101001110000111000001000111000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,177,211); }

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

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

 a { background-color: rgb(70,177,211); }

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

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

 span { border-color: rgb(70,177,211); }

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