Html Css Color HEX #4A348B Blue Gem

📋 copy color: '#4A348B'

red 74 ◦ green 52 ◦ blue 139

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

Shades of Blue Gem #4A348B

Tints of Blue Gem #4A348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 27.92%
G = 19.62%
B = 52.45%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A348B (or 0x4A348B) is known color: Blue Gem. HEX triplet: 4A, 34 and 8B. RGB value is (74,52,139). Sum of RGB (Red+Green+Blue) = 74+52+139=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A348B is #B5CB74. Grayscale: #444444. Windows color (decimal): -11914101 or 9122890. OLE color: 9122890.

HSL color Cylindrical-coordinate representation of color #4A348B: hue angle of 255.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A348B is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 52 139 -
CMYK 0.47 0.63 0 0.45
HSL 255.17º 0.46% 0.37% -
HSV(B) 255.17º 0.63% 0.55% -
XYZ 8.71 5.78 25.08 -
YUV 68.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 74 52 139 0.47 0.63 0 0.45 255.17 0.46 0.37
Hex 4A 34 8B 2F 3F 0 2D FF 2E 25
Octal 112 64 213 57 77 0 55 377 56 45
Binary 1001010 110100 10001011 101111 111111 0 101101 11111111 101110 100101

Color Harmonies of #4A348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A348B

Black with #4A348B

Text Example


Text Example

White with #4A348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,139); }

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

background-color css

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

 a { background-color: rgb(74,52,139); }

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

border-color css

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

 span { border-color: rgb(74,52,139); }

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