Html Css Color HEX #4631AD Blue Gem

📋 copy color: '#4631AD'

red 70 ◦ green 49 ◦ blue 173

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

Shades of Blue Gem #4631AD

Tints of Blue Gem #4631AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.78%

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 23.97%
G = 16.78%
B = 59.25%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4631AD (or 0x4631AD) is known color: Blue Gem. HEX triplet: 46, 31 and AD. RGB value is (70,49,173). Sum of RGB (Red+Green+Blue) = 70+49+173=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #4631AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4631AD is #B9CE52. Grayscale: #444444. Windows color (decimal): -12176979 or 11350342. OLE color: 11350342.

HSL color Cylindrical-coordinate representation of color #4631AD: hue angle of 250.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4631AD is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 49 173 -
CMYK 0.60 0.72 0 0.32
HSL 250.16º 0.56% 0.44% -
HSV(B) 250.16º 0.72% 0.68% -
XYZ 11.17 6.52 40.2 -
YUV 69.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 70 49 173 0.60 0.72 0 0.32 250.16 0.56 0.44
Hex 46 31 AD 3C 48 0 20 FA 38 2C
Octal 106 61 255 74 110 0 40 372 70 54
Binary 1000110 110001 10101101 111100 1001000 0 100000 11111010 111000 101100

Color Harmonies of #4631AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631AD

Black with #4631AD

Text Example


Text Example

White with #4631AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4631AD; }

 p { color: rgb(70,49,173); }

 H1.HeaderClassName
 {
   color: #4631AD;
 }
 .AnyTagClassName
 {
   color: #4631AD;
 }
</style>

background-color css

<style>
 a { background-color: #4631AD; }

 a { background-color: rgb(70,49,173); }

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

border-color css

<style>
 span { border-color: #4631AD; }

 span { border-color: rgb(70,49,173); }

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