Html Css Color HEX #46389D Blue Gem

📋 copy color: '#46389D'

red 70 ◦ green 56 ◦ blue 157

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

Shades of Blue Gem #46389D

Tints of Blue Gem #46389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

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

R = 24.73%
G = 19.79%
B = 55.48%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46389D (or 0x46389D) is known color: Blue Gem. HEX triplet: 46, 38 and 9D. RGB value is (70,56,157). Sum of RGB (Red+Green+Blue) = 70+56+157=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #46389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46389D is #B9C762. Grayscale: #474747. Windows color (decimal): -12175203 or 10303558. OLE color: 10303558.

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

Color convert

RGB 70 56 157 -
CMYK 0.55 0.64 0 0.38
HSL 248.32º 0.47% 0.42% -
HSV(B) 248.32º 0.64% 0.62% -
XYZ 10.03 6.56 32.64 -
YUV 71.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 70 56 157 0.55 0.64 0 0.38 248.32 0.47 0.42
Hex 46 38 9D 37 40 0 26 F8 2F 2A
Octal 106 70 235 67 100 0 46 370 57 52
Binary 1000110 111000 10011101 110111 1000000 0 100110 11111000 101111 101010

Color Harmonies of #46389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46389D

Black with #46389D

Text Example


Text Example

White with #46389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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