Html Css Color HEX #4D459A Blue Gem

📋 copy color: '#4D459A'

red 77 ◦ green 69 ◦ blue 154

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

Shades of Blue Gem #4D459A

Tints of Blue Gem #4D459A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

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

R = 25.67%
G = 23%
B = 51.33%

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

#4D459A (or 0x4D459A) is known color: Blue Gem. HEX triplet: 4D, 45 and 9A. RGB value is (77,69,154). Sum of RGB (Red+Green+Blue) = 77+69+154=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D459A is #B2BA65. Grayscale: #505050. Windows color (decimal): -11713126 or 10110285. OLE color: 10110285.

HSL color Cylindrical-coordinate representation of color #4D459A: hue angle of 245.65º 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 #4D459A is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 69 154 -
CMYK 0.50 0.55 0 0.40
HSL 245.65º 0.38% 0.44% -
HSV(B) 245.65º 0.55% 0.6% -
XYZ 11.02 8.17 31.57 -
YUV 81.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 77 69 154 0.50 0.55 0 0.40 245.65 0.38 0.44
Hex 4D 45 9A 32 37 0 28 F6 26 2C
Octal 115 105 232 62 67 0 50 366 46 54
Binary 1001101 1000101 10011010 110010 110111 0 101000 11110110 100110 101100

Color Harmonies of #4D459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D459A

Black with #4D459A

Text Example


Text Example

White with #4D459A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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