Html Css Color HEX #4A358A Blue Gem

📋 copy color: '#4A358A'

red 74 ◦ green 53 ◦ blue 138

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

Shades of Blue Gem #4A358A

Tints of Blue Gem #4A358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 27.92%
G = 20%
B = 52.08%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4A358A (or 0x4A358A) is known color: Blue Gem. HEX triplet: 4A, 35 and 8A. RGB value is (74,53,138). Sum of RGB (Red+Green+Blue) = 74+53+138=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A358A is #B5CA75. Grayscale: #444444. Windows color (decimal): -11913846 or 9057610. OLE color: 9057610.

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

Color convert

RGB 74 53 138 -
CMYK 0.46 0.62 0 0.46
HSL 254.82º 0.45% 0.37% -
HSV(B) 254.82º 0.62% 0.54% -
XYZ 8.68 5.84 24.71 -
YUV 68.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 74 53 138 0.46 0.62 0 0.46 254.82 0.45 0.37
Hex 4A 35 8A 2E 3E 0 2E FF 2D 25
Octal 112 65 212 56 76 0 56 377 55 45
Binary 1001010 110101 10001010 101110 111110 0 101110 11111111 101101 100101

Color Harmonies of #4A358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A358A

Black with #4A358A

Text Example


Text Example

White with #4A358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,53,138); }

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

background-color css

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

 a { background-color: rgb(74,53,138); }

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

border-color css

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

 span { border-color: rgb(74,53,138); }

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