#46B8C4

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

Shades of Viking #46B8C4

Tints of Viking #46B8C4

Color information

#46B8C4 (or 0x46B8C4) is unknown color: approx Viking. HEX triplet: 46, B8 and C4. RGB value is (70,184,196). Sum of RGB (Red+Green+Blue) = 70+184+196=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #46B8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B8C4 is #B9473B. Grayscale: #979797. Windows color (decimal): -12142396 or 12892230. OLE color: 12892230.

HSL color Cylindrical-coordinate representation of color #46B8C4: hue angle of 185.71º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46B8C4 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB70184196-
CMYK0.640.0600.23
HSL185.71º51.64%52.16%-
HSV(B)185.71º64.29%76.86%-
XYZ29.6339.5758.3-
YUV151.28153.2370.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.56%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 196 (76.95% from 255) = 43.56%
R=15.56%
G=40.89%
B=43.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal701841960.640.0600.23185.7151.6452.16
Hex46B8C4406017ba3434
Octal10627030410060272726464
Binary10001101011100011000100100000011001011110111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,184,196); }

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

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

 a { background-color: rgb(70,184,196); }

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

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

 span { border-color: rgb(70,184,196); }

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