Html Css Color HEX #4A2698 Blue Gem

📋 copy color: '#4A2698'

red 74 ◦ green 38 ◦ blue 152

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

Shades of Blue Gem #4A2698

Tints of Blue Gem #4A2698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 28.03%
G = 14.39%
B = 57.58%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A2698 (or 0x4A2698) is known color: Blue Gem. HEX triplet: 4A, 26 and 98. RGB value is (74,38,152). Sum of RGB (Red+Green+Blue) = 74+38+152=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A2698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2698 is #B5D967. Grayscale: #3D3D3D. Windows color (decimal): -11917672 or 9971274. OLE color: 9971274.

HSL color Cylindrical-coordinate representation of color #4A2698: hue angle of 258.95º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A2698 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 38 152 -
CMYK 0.51 0.75 0 0.40
HSL 258.95º 0.6% 0.37% -
HSV(B) 258.95º 0.75% 0.6% -
XYZ 9.18 5.11 30.21 -
YUV 61.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 74 38 152 0.51 0.75 0 0.40 258.95 0.6 0.37
Hex 4A 26 98 33 4B 0 28 103 3C 25
Octal 112 46 230 63 113 0 50 403 74 45
Binary 1001010 100110 10011000 110011 1001011 0 101000 100000011 111100 100101

Color Harmonies of #4A2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2698

Black with #4A2698

Text Example


Text Example

White with #4A2698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,38,152); }

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

background-color css

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

 a { background-color: rgb(74,38,152); }

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

border-color css

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

 span { border-color: rgb(74,38,152); }

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