Html Css Color HEX #46359C Blue Gem

📋 copy color: '#46359C'

red 70 ◦ green 53 ◦ blue 156

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

Shades of Blue Gem #46359C

Tints of Blue Gem #46359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 25.09%
G = 19%
B = 55.91%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46359C (or 0x46359C) is known color: Blue Gem. HEX triplet: 46, 35 and 9C. RGB value is (70,53,156). Sum of RGB (Red+Green+Blue) = 70+53+156=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #46359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46359C is #B9CA63. Grayscale: #454545. Windows color (decimal): -12175972 or 10237254. OLE color: 10237254.

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

Color convert

RGB 70 53 156 -
CMYK 0.55 0.66 0 0.39
HSL 249.9º 0.49% 0.41% -
HSV(B) 249.9º 0.66% 0.61% -
XYZ 9.8 6.25 32.14 -
YUV 69.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 70 53 156 0.55 0.66 0 0.39 249.9 0.49 0.41
Hex 46 35 9C 37 42 0 27 FA 31 29
Octal 106 65 234 67 102 0 47 372 61 51
Binary 1000110 110101 10011100 110111 1000010 0 100111 11111010 110001 101001

Color Harmonies of #46359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46359C

Black with #46359C

Text Example


Text Example

White with #46359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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