Html Css Color HEX #46289C Blue Gem

📋 copy color: '#46289C'

red 70 ◦ green 40 ◦ blue 156

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

Shades of Blue Gem #46289C

Tints of Blue Gem #46289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 26.32%
G = 15.04%
B = 58.65%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46289C (or 0x46289C) is known color: Blue Gem. HEX triplet: 46, 28 and 9C. RGB value is (70,40,156). Sum of RGB (Red+Green+Blue) = 70+40+156=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #46289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46289C is #B9D763. Grayscale: #3D3D3D. Windows color (decimal): -12179300 or 10233926. OLE color: 10233926.

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

Color convert

RGB 70 40 156 -
CMYK 0.55 0.74 0 0.39
HSL 255.52º 0.59% 0.38% -
HSV(B) 255.52º 0.74% 0.61% -
XYZ 9.29 5.22 31.97 -
YUV 62.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 70 40 156 0.55 0.74 0 0.39 255.52 0.59 0.38
Hex 46 28 9C 37 4A 0 27 100 3B 26
Octal 106 50 234 67 112 0 47 400 73 46
Binary 1000110 101000 10011100 110111 1001010 0 100111 100000000 111011 100110

Color Harmonies of #46289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46289C

Black with #46289C

Text Example


Text Example

White with #46289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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