Html Css Color HEX #4B3889 Blue Gem

📋 copy color: '#4B3889'

red 75 ◦ green 56 ◦ blue 137

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

Shades of Blue Gem #4B3889

Tints of Blue Gem #4B3889

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 27.99%
G = 20.9%
B = 51.12%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4B3889 (or 0x4B3889) is known color: Blue Gem. HEX triplet: 4B, 38 and 89. RGB value is (75,56,137). Sum of RGB (Red+Green+Blue) = 75+56+137=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B3889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3889 is #B4C776. Grayscale: #464646. Windows color (decimal): -11847543 or 8992843. OLE color: 8992843.

HSL color Cylindrical-coordinate representation of color #4B3889: hue angle of 254.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B3889 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 56 137 -
CMYK 0.45 0.59 0 0.46
HSL 254.07º 0.42% 0.38% -
HSV(B) 254.07º 0.59% 0.54% -
XYZ 8.83 6.13 24.38 -
YUV 70.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 75 56 137 0.45 0.59 0 0.46 254.07 0.42 0.38
Hex 4B 38 89 2D 3B 0 2E FE 2A 26
Octal 113 70 211 55 73 0 56 376 52 46
Binary 1001011 111000 10001001 101101 111011 0 101110 11111110 101010 100110

Color Harmonies of #4B3889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3889

Black with #4B3889

Text Example


Text Example

White with #4B3889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,56,137); }

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

background-color css

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

 a { background-color: rgb(75,56,137); }

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

border-color css

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

 span { border-color: rgb(75,56,137); }

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