Html Css Color HEX #4A3F9D Blue Gem

📋 copy color: '#4A3F9D'

red 74 ◦ green 63 ◦ blue 157

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

Shades of Blue Gem #4A3F9D

Tints of Blue Gem #4A3F9D

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 25.17%
G = 21.43%
B = 53.4%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A3F9D (or 0x4A3F9D) is known color: Blue Gem. HEX triplet: 4A, 3F and 9D. RGB value is (74,63,157). Sum of RGB (Red+Green+Blue) = 74+63+157=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A3F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3F9D is #B5C062. Grayscale: #4C4C4C. Windows color (decimal): -11911267 or 10305354. OLE color: 10305354.

HSL color Cylindrical-coordinate representation of color #4A3F9D: hue angle of 247.02º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A3F9D is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 63 157 -
CMYK 0.53 0.60 0 0.38
HSL 247.02º 0.43% 0.43% -
HSV(B) 247.02º 0.6% 0.62% -
XYZ 10.69 7.45 32.77 -
YUV 77.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 74 63 157 0.53 0.60 0 0.38 247.02 0.43 0.43
Hex 4A 3F 9D 35 3C 0 26 F7 2B 2B
Octal 112 77 235 65 74 0 46 367 53 53
Binary 1001010 111111 10011101 110101 111100 0 100110 11110111 101011 101011

Color Harmonies of #4A3F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3F9D

Black with #4A3F9D

Text Example


Text Example

White with #4A3F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,63,157); }

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

background-color css

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

 a { background-color: rgb(74,63,157); }

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

border-color css

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

 span { border-color: rgb(74,63,157); }

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