Html Css Color HEX #4A358B Blue Gem

📋 copy color: '#4A358B'

red 74 ◦ green 53 ◦ blue 139

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

Shades of Blue Gem #4A358B

Tints of Blue Gem #4A358B

RGB

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

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

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

R = 27.82%
G = 19.92%
B = 52.26%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A358B (or 0x4A358B) is known color: Blue Gem. HEX triplet: 4A, 35 and 8B. RGB value is (74,53,139). Sum of RGB (Red+Green+Blue) = 74+53+139=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A358B is #B5CA74. Grayscale: #444444. Windows color (decimal): -11913845 or 9123146. OLE color: 9123146.

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

Color convert

RGB 74 53 139 -
CMYK 0.47 0.62 0 0.45
HSL 254.65º 0.45% 0.38% -
HSV(B) 254.65º 0.62% 0.55% -
XYZ 8.76 5.87 25.1 -
YUV 69.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 74 53 139 0.47 0.62 0 0.45 254.65 0.45 0.38
Hex 4A 35 8B 2F 3E 0 2D FF 2D 26
Octal 112 65 213 57 76 0 55 377 55 46
Binary 1001010 110101 10001011 101111 111110 0 101101 11111111 101101 100110

Color Harmonies of #4A358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A358B

Black with #4A358B

Text Example


Text Example

White with #4A358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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