Html Css Color HEX #4A3785 Blue Gem

📋 copy color: '#4A3785'

red 74 ◦ green 55 ◦ blue 133

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

Shades of Blue Gem #4A3785

Tints of Blue Gem #4A3785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 133 (52.34% from 255) = 50.76%

R = 28.24%
G = 20.99%
B = 50.76%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A3785 (or 0x4A3785) is known color: Blue Gem. HEX triplet: 4A, 37 and 85. RGB value is (74,55,133). Sum of RGB (Red+Green+Blue) = 74+55+133=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A3785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3785 is #B5C87A. Grayscale: #454545. Windows color (decimal): -11913339 or 8730442. OLE color: 8730442.

HSL color Cylindrical-coordinate representation of color #4A3785: hue angle of 254.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A3785 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 55 133 -
CMYK 0.44 0.59 0 0.48
HSL 254.62º 0.41% 0.37% -
HSV(B) 254.62º 0.59% 0.52% -
XYZ 8.42 5.88 22.88 -
YUV 69.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 74 55 133 0.44 0.59 0 0.48 254.62 0.41 0.37
Hex 4A 37 85 2C 3B 0 30 FF 29 25
Octal 112 67 205 54 73 0 60 377 51 45
Binary 1001010 110111 10000101 101100 111011 0 110000 11111111 101001 100101

Color Harmonies of #4A3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3785

Black with #4A3785

Text Example


Text Example

White with #4A3785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,55,133); }

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

background-color css

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

 a { background-color: rgb(74,55,133); }

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

border-color css

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

 span { border-color: rgb(74,55,133); }

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