Html Css Color HEX #4A3088 Blue Gem

📋 copy color: '#4A3088'

red 74 ◦ green 48 ◦ blue 136

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

Shades of Blue Gem #4A3088

Tints of Blue Gem #4A3088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 28.68%
G = 18.6%
B = 52.71%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4A3088 (or 0x4A3088) is known color: Blue Gem. HEX triplet: 4A, 30 and 88. RGB value is (74,48,136). Sum of RGB (Red+Green+Blue) = 74+48+136=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A3088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3088 is #B5CF77. Grayscale: #414141. Windows color (decimal): -11915128 or 8925258. OLE color: 8925258.

HSL color Cylindrical-coordinate representation of color #4A3088: hue angle of 257.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A3088 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 48 136 -
CMYK 0.46 0.65 0 0.47
HSL 257.73º 0.48% 0.36% -
HSV(B) 257.73º 0.65% 0.53% -
XYZ 8.32 5.35 23.89 -
YUV 65.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 74 48 136 0.46 0.65 0 0.47 257.73 0.48 0.36
Hex 4A 30 88 2E 41 0 2F 102 30 24
Octal 112 60 210 56 101 0 57 402 60 44
Binary 1001010 110000 10001000 101110 1000001 0 101111 100000010 110000 100100

Color Harmonies of #4A3088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3088

Black with #4A3088

Text Example


Text Example

White with #4A3088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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