#46BBC7

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

Shades of Viking #46BBC7

Tints of Viking #46BBC7

Color information

#46BBC7 (or 0x46BBC7) is unknown color: approx Viking. HEX triplet: 46, BB and C7. RGB value is (70,187,199). Sum of RGB (Red+Green+Blue) = 70+187+199=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #46BBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBC7 is #B94438. Grayscale: #999999. Windows color (decimal): -12141625 or 13089606. OLE color: 13089606.

HSL color Cylindrical-coordinate representation of color #46BBC7: hue angle of 185.58º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46BBC7 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70187199-
CMYK0.650.0600.22
HSL185.58º53.53%52.75%-
HSV(B)185.58º64.82%78.04%-
XYZ30.640.9760.33-
YUV153.38153.7468.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.35%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 199 (78.12% from 255) = 43.64%
R=15.35%
G=41.01%
B=43.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701871990.650.0600.22185.5853.5352.75
Hex46BBC7416016ba3635
Octal10627330710160262726665
Binary10001101011101111000111100000111001011010111010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,187,199); }

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

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

 a { background-color: rgb(70,187,199); }

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

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

 span { border-color: rgb(70,187,199); }

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