Html Css Color HEX #4A389B Blue Gem

📋 copy color: '#4A389B'

red 74 ◦ green 56 ◦ blue 155

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

Shades of Blue Gem #4A389B

Tints of Blue Gem #4A389B

RGB

 RED value IS 74 (29.3% from 255) = 25.96%

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

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 25.96%
G = 19.65%
B = 54.39%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A389B (or 0x4A389B) is known color: Blue Gem. HEX triplet: 4A, 38 and 9B. RGB value is (74,56,155). Sum of RGB (Red+Green+Blue) = 74+56+155=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A389B is #B5C764. Grayscale: #484848. Windows color (decimal): -11913061 or 10172490. OLE color: 10172490.

HSL color Cylindrical-coordinate representation of color #4A389B: hue angle of 250.91º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A389B is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 56 155 -
CMYK 0.52 0.64 0 0.39
HSL 250.91º 0.47% 0.41% -
HSV(B) 250.91º 0.64% 0.61% -
XYZ 10.15 6.65 31.76 -
YUV 72.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 74 56 155 0.52 0.64 0 0.39 250.91 0.47 0.41
Hex 4A 38 9B 34 40 0 27 FB 2F 29
Octal 112 70 233 64 100 0 47 373 57 51
Binary 1001010 111000 10011011 110100 1000000 0 100111 11111011 101111 101001

Color Harmonies of #4A389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A389B

Black with #4A389B

Text Example


Text Example

White with #4A389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,56,155); }

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

background-color css

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

 a { background-color: rgb(74,56,155); }

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

border-color css

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

 span { border-color: rgb(74,56,155); }

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