Html Css Color HEX #46389A Blue Gem

📋 copy color: '#46389A'

red 70 ◦ green 56 ◦ blue 154

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

Shades of Blue Gem #46389A

Tints of Blue Gem #46389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55%

R = 25%
G = 20%
B = 55%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46389A (or 0x46389A) is known color: Blue Gem. HEX triplet: 46, 38 and 9A. RGB value is (70,56,154). Sum of RGB (Red+Green+Blue) = 70+56+154=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #46389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46389A is #B9C765. Grayscale: #464646. Windows color (decimal): -12175206 or 10106950. OLE color: 10106950.

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

Color convert

RGB 70 56 154 -
CMYK 0.55 0.64 0 0.40
HSL 248.57º 0.47% 0.41% -
HSV(B) 248.57º 0.64% 0.6% -
XYZ 9.77 6.46 31.3 -
YUV 71.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 70 56 154 0.55 0.64 0 0.40 248.57 0.47 0.41
Hex 46 38 9A 37 40 0 28 F9 2F 29
Octal 106 70 232 67 100 0 50 371 57 51
Binary 1000110 111000 10011010 110111 1000000 0 101000 11111001 101111 101001

Color Harmonies of #46389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46389A

Black with #46389A

Text Example


Text Example

White with #46389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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