Html Css Color HEX #4A348E Blue Gem

📋 copy color: '#4A348E'

red 74 ◦ green 52 ◦ blue 142

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

Shades of Blue Gem #4A348E

Tints of Blue Gem #4A348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 27.61%
G = 19.4%
B = 52.99%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A348E (or 0x4A348E) is known color: Blue Gem. HEX triplet: 4A, 34 and 8E. RGB value is (74,52,142). Sum of RGB (Red+Green+Blue) = 74+52+142=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A348E is #B5CB71. Grayscale: #444444. Windows color (decimal): -11914098 or 9319498. OLE color: 9319498.

HSL color Cylindrical-coordinate representation of color #4A348E: hue angle of 254.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A348E is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 52 142 -
CMYK 0.48 0.63 0 0.44
HSL 254.67º 0.46% 0.38% -
HSV(B) 254.67º 0.63% 0.56% -
XYZ 8.93 5.86 26.25 -
YUV 68.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 74 52 142 0.48 0.63 0 0.44 254.67 0.46 0.38
Hex 4A 34 8E 30 3F 0 2C FF 2E 26
Octal 112 64 216 60 77 0 54 377 56 46
Binary 1001010 110100 10001110 110000 111111 0 101100 11111111 101110 100110

Color Harmonies of #4A348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A348E

Black with #4A348E

Text Example


Text Example

White with #4A348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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