Html Css Color HEX #4A368C Blue Gem

📋 copy color: '#4A368C'

red 74 ◦ green 54 ◦ blue 140

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

Shades of Blue Gem #4A368C

Tints of Blue Gem #4A368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 27.61%
G = 20.15%
B = 52.24%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A368C (or 0x4A368C) is known color: Blue Gem. HEX triplet: 4A, 36 and 8C. RGB value is (74,54,140). Sum of RGB (Red+Green+Blue) = 74+54+140=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A368C is #B5C973. Grayscale: #454545. Windows color (decimal): -11913588 or 9188938. OLE color: 9188938.

HSL color Cylindrical-coordinate representation of color #4A368C: hue angle of 253.95º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A368C is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 54 140 -
CMYK 0.47 0.61 0 0.45
HSL 253.95º 0.44% 0.38% -
HSV(B) 253.95º 0.61% 0.55% -
XYZ 8.88 5.99 25.5 -
YUV 69.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 74 54 140 0.47 0.61 0 0.45 253.95 0.44 0.38
Hex 4A 36 8C 2F 3D 0 2D FE 2C 26
Octal 112 66 214 57 75 0 55 376 54 46
Binary 1001010 110110 10001100 101111 111101 0 101101 11111110 101100 100110

Color Harmonies of #4A368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A368C

Black with #4A368C

Text Example


Text Example

White with #4A368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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