Html Css Color HEX #4A30AE Blue Gem

📋 copy color: '#4A30AE'

red 74 ◦ green 48 ◦ blue 174

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

Shades of Blue Gem #4A30AE

Tints of Blue Gem #4A30AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.78%

R = 25%
G = 16.22%
B = 58.78%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A30AE (or 0x4A30AE) is known color: Blue Gem. HEX triplet: 4A, 30 and AE. RGB value is (74,48,174). Sum of RGB (Red+Green+Blue) = 74+48+174=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A30AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A30AE is #B5CF51. Grayscale: #454545. Windows color (decimal): -11915090 or 11415626. OLE color: 11415626.

HSL color Cylindrical-coordinate representation of color #4A30AE: hue angle of 252.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A30AE is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 48 174 -
CMYK 0.57 0.72 0 0.32
HSL 252.38º 0.57% 0.44% -
HSV(B) 252.38º 0.72% 0.68% -
XYZ 11.52 6.63 40.72 -
YUV 70.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 74 48 174 0.57 0.72 0 0.32 252.38 0.57 0.44
Hex 4A 30 AE 39 48 0 20 FC 39 2C
Octal 112 60 256 71 110 0 40 374 71 54
Binary 1001010 110000 10101110 111001 1001000 0 100000 11111100 111001 101100

Color Harmonies of #4A30AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A30AE

Black with #4A30AE

Text Example


Text Example

White with #4A30AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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