Html Css Color HEX #4D469A Blue Gem

📋 copy color: '#4D469A'

red 77 ◦ green 70 ◦ blue 154

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

Shades of Blue Gem #4D469A

Tints of Blue Gem #4D469A

RGB

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

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

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

R = 25.58%
G = 23.26%
B = 51.16%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D469A (or 0x4D469A) is known color: Blue Gem. HEX triplet: 4D, 46 and 9A. RGB value is (77,70,154). Sum of RGB (Red+Green+Blue) = 77+70+154=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D469A is #B2B965. Grayscale: #515151. Windows color (decimal): -11712870 or 10110541. OLE color: 10110541.

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

Color convert

RGB 77 70 154 -
CMYK 0.50 0.55 0 0.40
HSL 245º 0.38% 0.44% -
HSV(B) 245º 0.55% 0.6% -
XYZ 11.08 8.29 31.59 -
YUV 81.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 77 70 154 0.50 0.55 0 0.40 245 0.38 0.44
Hex 4D 46 9A 32 37 0 28 F5 26 2C
Octal 115 106 232 62 67 0 50 365 46 54
Binary 1001101 1000110 10011010 110010 110111 0 101000 11110101 100110 101100

Color Harmonies of #4D469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D469A

Black with #4D469A

Text Example


Text Example

White with #4D469A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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