Html Css Color HEX #46329C Blue Gem

📋 copy color: '#46329C'

red 70 ◦ green 50 ◦ blue 156

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

Shades of Blue Gem #46329C

Tints of Blue Gem #46329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 156 (61.33% from 255) = 56.52%

R = 25.36%
G = 18.12%
B = 56.52%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46329C (or 0x46329C) is known color: Blue Gem. HEX triplet: 46, 32 and 9C. RGB value is (70,50,156). Sum of RGB (Red+Green+Blue) = 70+50+156=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #46329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46329C is #B9CD63. Grayscale: #434343. Windows color (decimal): -12176740 or 10236486. OLE color: 10236486.

HSL color Cylindrical-coordinate representation of color #46329C: hue angle of 251.32º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46329C is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 50 156 -
CMYK 0.55 0.68 0 0.39
HSL 251.32º 0.51% 0.4% -
HSV(B) 251.32º 0.68% 0.61% -
XYZ 9.67 5.98 32.1 -
YUV 68.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 70 50 156 0.55 0.68 0 0.39 251.32 0.51 0.4
Hex 46 32 9C 37 44 0 27 FB 33 28
Octal 106 62 234 67 104 0 47 373 63 50
Binary 1000110 110010 10011100 110111 1000100 0 100111 11111011 110011 101000

Color Harmonies of #46329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46329C

Black with #46329C

Text Example


Text Example

White with #46329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46329C; }

 p { color: rgb(70,50,156); }

 H1.HeaderClassName
 {
   color: #46329C;
 }
 .AnyTagClassName
 {
   color: #46329C;
 }
</style>

background-color css

<style>
 a { background-color: #46329C; }

 a { background-color: rgb(70,50,156); }

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

border-color css

<style>
 span { border-color: #46329C; }

 span { border-color: rgb(70,50,156); }

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