Html Css Color HEX #46289D Blue Gem

📋 copy color: '#46289D'

red 70 ◦ green 40 ◦ blue 157

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

Shades of Blue Gem #46289D

Tints of Blue Gem #46289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.8%

R = 26.22%
G = 14.98%
B = 58.8%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46289D (or 0x46289D) is known color: Blue Gem. HEX triplet: 46, 28 and 9D. RGB value is (70,40,157). Sum of RGB (Red+Green+Blue) = 70+40+157=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #46289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46289D is #B9D762. Grayscale: #3D3D3D. Windows color (decimal): -12179299 or 10299462. OLE color: 10299462.

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

Color convert

RGB 70 40 157 -
CMYK 0.55 0.75 0 0.38
HSL 255.38º 0.59% 0.39% -
HSV(B) 255.38º 0.75% 0.62% -
XYZ 9.37 5.25 32.42 -
YUV 62.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 70 40 157 0.55 0.75 0 0.38 255.38 0.59 0.39
Hex 46 28 9D 37 4B 0 26 FF 3B 27
Octal 106 50 235 67 113 0 46 377 73 47
Binary 1000110 101000 10011101 110111 1001011 0 100110 11111111 111011 100111

Color Harmonies of #46289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46289D

Black with #46289D

Text Example


Text Example

White with #46289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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