Html Css Color HEX #4A30AA Blue Gem

📋 copy color: '#4A30AA'

red 74 ◦ green 48 ◦ blue 170

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

Shades of Blue Gem #4A30AA

Tints of Blue Gem #4A30AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

 BLUE value IS 170 (66.8% from 255) = 58.22%

R = 25.34%
G = 16.44%
B = 58.22%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A30AA (or 0x4A30AA) is known color: Blue Gem. HEX triplet: 4A, 30 and AA. RGB value is (74,48,170). Sum of RGB (Red+Green+Blue) = 74+48+170=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A30AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A30AA is #B5CF55. Grayscale: #454545. Windows color (decimal): -11915094 or 11153482. OLE color: 11153482.

HSL color Cylindrical-coordinate representation of color #4A30AA: hue angle of 252.79º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A30AA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 48 170 -
CMYK 0.56 0.72 0 0.33
HSL 252.79º 0.56% 0.43% -
HSV(B) 252.79º 0.72% 0.67% -
XYZ 11.14 6.47 38.69 -
YUV 69.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 74 48 170 0.56 0.72 0 0.33 252.79 0.56 0.43
Hex 4A 30 AA 38 48 0 21 FD 38 2B
Octal 112 60 252 70 110 0 41 375 70 53
Binary 1001010 110000 10101010 111000 1001000 0 100001 11111101 111000 101011

Color Harmonies of #4A30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A30AA

Black with #4A30AA

Text Example


Text Example

White with #4A30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,48,170); }

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

background-color css

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

 a { background-color: rgb(74,48,170); }

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

border-color css

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

 span { border-color: rgb(74,48,170); }

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