Html Css Color HEX #4A3F96 Blue Gem

📋 copy color: '#4A3F96'

red 74 ◦ green 63 ◦ blue 150

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

Shades of Blue Gem #4A3F96

Tints of Blue Gem #4A3F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 25.78%
G = 21.95%
B = 52.26%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A3F96 (or 0x4A3F96) is known color: Blue Gem. HEX triplet: 4A, 3F and 96. RGB value is (74,63,150). Sum of RGB (Red+Green+Blue) = 74+63+150=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A3F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3F96 is #B5C069. Grayscale: #4B4B4B. Windows color (decimal): -11911274 or 9846602. OLE color: 9846602.

HSL color Cylindrical-coordinate representation of color #4A3F96: hue angle of 247.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A3F96 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 63 150 -
CMYK 0.51 0.58 0 0.41
HSL 247.59º 0.41% 0.42% -
HSV(B) 247.59º 0.58% 0.59% -
XYZ 10.11 7.21 29.71 -
YUV 76.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 74 63 150 0.51 0.58 0 0.41 247.59 0.41 0.42
Hex 4A 3F 96 33 3A 0 29 F8 29 2A
Octal 112 77 226 63 72 0 51 370 51 52
Binary 1001010 111111 10010110 110011 111010 0 101001 11111000 101001 101010

Color Harmonies of #4A3F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3F96

Black with #4A3F96

Text Example


Text Example

White with #4A3F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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