Html Css Color HEX #46316D Blue Diamond

📋 copy color: '#46316D'

red 70 ◦ green 49 ◦ blue 109

#46316D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #46316D

Tints of Blue Diamond #46316D

RGB

 RED value IS 70 (27.73% from 255) = 30.7%

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 30.7%
G = 21.49%
B = 47.81%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46316D (or 0x46316D) is known color: Blue Diamond. HEX triplet: 46, 31 and 6D. RGB value is (70,49,109). Sum of RGB (Red+Green+Blue) = 70+49+109=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #46316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46316D is #B9CE92. Grayscale: #3D3D3D. Windows color (decimal): -12177043 or 7156038. OLE color: 7156038.

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

Color convert

RGB 70 49 109 -
CMYK 0.36 0.55 0 0.57
HSL 261º 0.38% 0.31% -
HSV(B) 261º 0.55% 0.43% -
XYZ 6.38 4.6 15.02 -
YUV 62.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 70 49 109 0.36 0.55 0 0.57 261 0.38 0.31
Hex 46 31 6D 24 37 0 39 105 26 1F
Octal 106 61 155 44 67 0 71 405 46 37
Binary 1000110 110001 1101101 100100 110111 0 111001 100000101 100110 11111

Color Harmonies of #46316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46316D

Black with #46316D

Text Example


Text Example

White with #46316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46316D;
 }
 .AnyTagClassName
 {
   color: #46316D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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