Html Css Color HEX #4A459C Blue Gem

📋 copy color: '#4A459C'

red 74 ◦ green 69 ◦ blue 156

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

Shades of Blue Gem #4A459C

Tints of Blue Gem #4A459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 156 (61.33% from 255) = 52.17%

R = 24.75%
G = 23.08%
B = 52.17%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A459C (or 0x4A459C) is known color: Blue Gem. HEX triplet: 4A, 45 and 9C. RGB value is (74,69,156). Sum of RGB (Red+Green+Blue) = 74+69+156=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A459C is #B5BA63. Grayscale: #505050. Windows color (decimal): -11909732 or 10241354. OLE color: 10241354.

HSL color Cylindrical-coordinate representation of color #4A459C: hue angle of 243.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A459C is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 69 156 -
CMYK 0.53 0.56 0 0.39
HSL 243.45º 0.39% 0.44% -
HSV(B) 243.45º 0.56% 0.61% -
XYZ 10.95 8.11 32.44 -
YUV 80.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 74 69 156 0.53 0.56 0 0.39 243.45 0.39 0.44
Hex 4A 45 9C 35 38 0 27 F3 27 2C
Octal 112 105 234 65 70 0 47 363 47 54
Binary 1001010 1000101 10011100 110101 111000 0 100111 11110011 100111 101100

Color Harmonies of #4A459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A459C

Black with #4A459C

Text Example


Text Example

White with #4A459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,69,156); }

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

background-color css

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

 a { background-color: rgb(74,69,156); }

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

border-color css

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

 span { border-color: rgb(74,69,156); }

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