Html Css Color HEX #46339C Blue Gem

📋 copy color: '#46339C'

red 70 ◦ green 51 ◦ blue 156

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

Shades of Blue Gem #46339C

Tints of Blue Gem #46339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 25.27%
G = 18.41%
B = 56.32%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46339C (or 0x46339C) is known color: Blue Gem. HEX triplet: 46, 33 and 9C. RGB value is (70,51,156). Sum of RGB (Red+Green+Blue) = 70+51+156=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #46339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46339C is #B9CC63. Grayscale: #444444. Windows color (decimal): -12176484 or 10236742. OLE color: 10236742.

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

Color convert

RGB 70 51 156 -
CMYK 0.55 0.67 0 0.39
HSL 250.86º 0.51% 0.41% -
HSV(B) 250.86º 0.67% 0.61% -
XYZ 9.71 6.07 32.11 -
YUV 68.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 70 51 156 0.55 0.67 0 0.39 250.86 0.51 0.41
Hex 46 33 9C 37 43 0 27 FB 33 29
Octal 106 63 234 67 103 0 47 373 63 51
Binary 1000110 110011 10011100 110111 1000011 0 100111 11111011 110011 101001

Color Harmonies of #46339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46339C

Black with #46339C

Text Example


Text Example

White with #46339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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