#46306D

Color #46306D Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #46306D

Tints of Blue Diamond #46306D

Color information

#46306D (or 0x46306D) is unknown color: approx Blue Diamond. HEX triplet: 46, 30 and 6D. RGB value is (70,48,109). Sum of RGB (Red+Green+Blue) = 70+48+109=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #46306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46306D is #B9CF92. Grayscale: #3D3D3D. Windows color (decimal): -12177299 or 7155782. OLE color: 7155782.

HSL color Cylindrical-coordinate representation of color #46306D: hue angle of 261.64º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46306D is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7048109-
CMYK0.360.5600.57
HSL261.64º38.85%30.78%-
HSV(B)261.64º55.96%42.75%-
XYZ6.344.5215.01-
YUV61.53154.79134.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=30.84%
G=21.15%
B=48.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70481090.360.5600.57261.6438.8530.78
Hex46306D2438039106271f
Octal1066015544700714064737
Binary10001101100001101101100100111000011100110000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46306D; }

 p { color: rgb(70,48,109); }

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

<style>
 a { background-color: #46306D; }

 a { background-color: rgb(70,48,109); }

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

<style>
 span { border-color: #46306D; }

 span { border-color: rgb(70,48,109); }

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