Html Css Color HEX #4A3684 Blue Gem

📋 copy color: '#4A3684'

red 74 ◦ green 54 ◦ blue 132

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

Shades of Blue Gem #4A3684

Tints of Blue Gem #4A3684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

 BLUE value IS 132 (51.95% from 255) = 50.77%

R = 28.46%
G = 20.77%
B = 50.77%

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

#4A3684 (or 0x4A3684) is known color: Blue Gem. HEX triplet: 4A, 36 and 84. RGB value is (74,54,132). Sum of RGB (Red+Green+Blue) = 74+54+132=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A3684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3684 is #B5C97B. Grayscale: #444444. Windows color (decimal): -11913596 or 8664650. OLE color: 8664650.

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

Color convert

RGB 74 54 132 -
CMYK 0.44 0.59 0 0.48
HSL 255.38º 0.42% 0.36% -
HSV(B) 255.38º 0.59% 0.52% -
XYZ 8.31 5.76 22.5 -
YUV 68.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 74 54 132 0.44 0.59 0 0.48 255.38 0.42 0.36
Hex 4A 36 84 2C 3B 0 30 FF 2A 24
Octal 112 66 204 54 73 0 60 377 52 44
Binary 1001010 110110 10000100 101100 111011 0 110000 11111111 101010 100100

Color Harmonies of #4A3684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3684

Black with #4A3684

Text Example


Text Example

White with #4A3684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,54,132); }

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

background-color css

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

 a { background-color: rgb(74,54,132); }

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

border-color css

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

 span { border-color: rgb(74,54,132); }

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