Html Css Color HEX #46306D Blue Diamond

📋 copy color: '#46306D'

red 70 ◦ green 48 ◦ blue 109

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

Shades of Blue Diamond #46306D

Tints of Blue Diamond #46306D

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 value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46306D (or 0x46306D) is known color: 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

RGB 70 48 109 -
CMYK 0.36 0.56 0 0.57
HSL 261.64º 0.39% 0.31% -
HSV(B) 261.64º 0.56% 0.43% -
XYZ 6.34 4.52 15.01 -
YUV 61.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 70 48 109 0.36 0.56 0 0.57 261.64 0.39 0.31
Hex 46 30 6D 24 38 0 39 106 27 1F
Octal 106 60 155 44 70 0 71 406 47 37
Binary 1000110 110000 1101101 100100 111000 0 111001 100000110 100111 11111

Color Harmonies of #46306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46306D

Black with #46306D

Text Example


Text Example

White with #46306D

Text Example


Text Example

HTML Codes & Css Web 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>