Html Css Color HEX #46388F Blue Gem

📋 copy color: '#46388F'

red 70 ◦ green 56 ◦ blue 143

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

Shades of Blue Gem #46388F

Tints of Blue Gem #46388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.16%

R = 26.02%
G = 20.82%
B = 53.16%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46388F (or 0x46388F) is known color: Blue Gem. HEX triplet: 46, 38 and 8F. RGB value is (70,56,143). Sum of RGB (Red+Green+Blue) = 70+56+143=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #46388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46388F is #B9C770. Grayscale: #454545. Windows color (decimal): -12175217 or 9386054. OLE color: 9386054.

HSL color Cylindrical-coordinate representation of color #46388F: hue angle of 249.66º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46388F is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 56 143 -
CMYK 0.51 0.61 0 0.44
HSL 249.66º 0.44% 0.39% -
HSV(B) 249.66º 0.61% 0.56% -
XYZ 8.9 6.11 26.7 -
YUV 70.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 70 56 143 0.51 0.61 0 0.44 249.66 0.44 0.39
Hex 46 38 8F 33 3D 0 2C FA 2C 27
Octal 106 70 217 63 75 0 54 372 54 47
Binary 1000110 111000 10001111 110011 111101 0 101100 11111010 101100 100111

Color Harmonies of #46388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46388F

Black with #46388F

Text Example


Text Example

White with #46388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46388F; }

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

 H1.HeaderClassName
 {
   color: #46388F;
 }
 .AnyTagClassName
 {
   color: #46388F;
 }
</style>

background-color css

<style>
 a { background-color: #46388F; }

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

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

border-color css

<style>
 span { border-color: #46388F; }

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

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