Html Css Color HEX #4B3B8A Blue Gem

📋 copy color: '#4B3B8A'

red 75 ◦ green 59 ◦ blue 138

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

Shades of Blue Gem #4B3B8A

Tints of Blue Gem #4B3B8A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

 BLUE value IS 138 (54.3% from 255) = 50.74%

R = 27.57%
G = 21.69%
B = 50.74%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4B3B8A (or 0x4B3B8A) is known color: Blue Gem. HEX triplet: 4B, 3B and 8A. RGB value is (75,59,138). Sum of RGB (Red+Green+Blue) = 75+59+138=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B3B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3B8A is #B4C475. Grayscale: #484848. Windows color (decimal): -11846774 or 9059147. OLE color: 9059147.

HSL color Cylindrical-coordinate representation of color #4B3B8A: hue angle of 252.15º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3B8A is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 59 138 -
CMYK 0.46 0.57 0 0.46
HSL 252.15º 0.4% 0.39% -
HSV(B) 252.15º 0.57% 0.54% -
XYZ 9.05 6.46 24.81 -
YUV 72.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 75 59 138 0.46 0.57 0 0.46 252.15 0.4 0.39
Hex 4B 3B 8A 2E 39 0 2E FC 28 27
Octal 113 73 212 56 71 0 56 374 50 47
Binary 1001011 111011 10001010 101110 111001 0 101110 11111100 101000 100111

Color Harmonies of #4B3B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3B8A

Black with #4B3B8A

Text Example


Text Example

White with #4B3B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,59,138); }

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

background-color css

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

 a { background-color: rgb(75,59,138); }

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

border-color css

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

 span { border-color: rgb(75,59,138); }

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