Html Css Color HEX #4D469B Blue Gem

📋 copy color: '#4D469B'

red 77 ◦ green 70 ◦ blue 155

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

Shades of Blue Gem #4D469B

Tints of Blue Gem #4D469B

RGB

 RED value IS 77 (30.47% from 255) = 25.5%

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 25.5%
G = 23.18%
B = 51.32%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D469B (or 0x4D469B) is known color: Blue Gem. HEX triplet: 4D, 46 and 9B. RGB value is (77,70,155). Sum of RGB (Red+Green+Blue) = 77+70+155=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D469B is #B2B964. Grayscale: #515151. Windows color (decimal): -11712869 or 10176077. OLE color: 10176077.

HSL color Cylindrical-coordinate representation of color #4D469B: hue angle of 244.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D469B is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 70 155 -
CMYK 0.50 0.55 0 0.39
HSL 244.94º 0.38% 0.44% -
HSV(B) 244.94º 0.55% 0.61% -
XYZ 11.17 8.32 32.03 -
YUV 81.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 77 70 155 0.50 0.55 0 0.39 244.94 0.38 0.44
Hex 4D 46 9B 32 37 0 27 F5 26 2C
Octal 115 106 233 62 67 0 47 365 46 54
Binary 1001101 1000110 10011011 110010 110111 0 100111 11110101 100110 101100

Color Harmonies of #4D469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D469B

Black with #4D469B

Text Example


Text Example

White with #4D469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D469B; }

 p { color: rgb(77,70,155); }

 H1.HeaderClassName
 {
   color: #4D469B;
 }
 .AnyTagClassName
 {
   color: #4D469B;
 }
</style>

background-color css

<style>
 a { background-color: #4D469B; }

 a { background-color: rgb(77,70,155); }

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

border-color css

<style>
 span { border-color: #4D469B; }

 span { border-color: rgb(77,70,155); }

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