Html Css Color HEX #4A3F9B Blue Gem

📋 copy color: '#4A3F9B'

red 74 ◦ green 63 ◦ blue 155

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

Shades of Blue Gem #4A3F9B

Tints of Blue Gem #4A3F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 25.34%
G = 21.58%
B = 53.08%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A3F9B (or 0x4A3F9B) is known color: Blue Gem. HEX triplet: 4A, 3F and 9B. RGB value is (74,63,155). Sum of RGB (Red+Green+Blue) = 74+63+155=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A3F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3F9B is #B5C064. Grayscale: #4C4C4C. Windows color (decimal): -11911269 or 10174282. OLE color: 10174282.

HSL color Cylindrical-coordinate representation of color #4A3F9B: hue angle of 247.17º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A3F9B is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 63 155 -
CMYK 0.52 0.59 0 0.39
HSL 247.17º 0.42% 0.43% -
HSV(B) 247.17º 0.59% 0.61% -
XYZ 10.52 7.38 31.88 -
YUV 76.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 74 63 155 0.52 0.59 0 0.39 247.17 0.42 0.43
Hex 4A 3F 9B 34 3B 0 27 F7 2A 2B
Octal 112 77 233 64 73 0 47 367 52 53
Binary 1001010 111111 10011011 110100 111011 0 100111 11110111 101010 101011

Color Harmonies of #4A3F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3F9B

Black with #4A3F9B

Text Example


Text Example

White with #4A3F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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