Html Css Color HEX #4B4091 Blue Gem

📋 copy color: '#4B4091'

red 75 ◦ green 64 ◦ blue 145

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

Shades of Blue Gem #4B4091

Tints of Blue Gem #4B4091

RGB

 RED value IS 75 (29.69% from 255) = 26.41%

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 26.41%
G = 22.54%
B = 51.06%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B4091 (or 0x4B4091) is known color: Blue Gem. HEX triplet: 4B, 40 and 91. RGB value is (75,64,145). Sum of RGB (Red+Green+Blue) = 75+64+145=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B4091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4091 is #B4BF6E. Grayscale: #4C4C4C. Windows color (decimal): -11845487 or 9519179. OLE color: 9519179.

HSL color Cylindrical-coordinate representation of color #4B4091: hue angle of 248.15º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B4091 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 64 145 -
CMYK 0.48 0.56 0 0.43
HSL 248.15º 0.39% 0.41% -
HSV(B) 248.15º 0.56% 0.57% -
XYZ 9.85 7.21 27.66 -
YUV 76.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 75 64 145 0.48 0.56 0 0.43 248.15 0.39 0.41
Hex 4B 40 91 30 38 0 2B F8 27 29
Octal 113 100 221 60 70 0 53 370 47 51
Binary 1001011 1000000 10010001 110000 111000 0 101011 11111000 100111 101001

Color Harmonies of #4B4091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4091

Black with #4B4091

Text Example


Text Example

White with #4B4091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,145); }

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

background-color css

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

 a { background-color: rgb(75,64,145); }

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

border-color css

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

 span { border-color: rgb(75,64,145); }

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