Html Css Color HEX #4A459B Blue Gem

📋 copy color: '#4A459B'

red 74 ◦ green 69 ◦ blue 155

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

Shades of Blue Gem #4A459B

Tints of Blue Gem #4A459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.01%

R = 24.83%
G = 23.15%
B = 52.01%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A459B (or 0x4A459B) is known color: Blue Gem. HEX triplet: 4A, 45 and 9B. RGB value is (74,69,155). Sum of RGB (Red+Green+Blue) = 74+69+155=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A459B is #B5BA64. Grayscale: #4F4F4F. Windows color (decimal): -11909733 or 10175818. OLE color: 10175818.

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

Color convert

RGB 74 69 155 -
CMYK 0.52 0.55 0 0.39
HSL 243.49º 0.38% 0.44% -
HSV(B) 243.49º 0.55% 0.61% -
XYZ 10.87 8.08 32 -
YUV 80.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 74 69 155 0.52 0.55 0 0.39 243.49 0.38 0.44
Hex 4A 45 9B 34 37 0 27 F3 26 2C
Octal 112 105 233 64 67 0 47 363 46 54
Binary 1001010 1000101 10011011 110100 110111 0 100111 11110011 100110 101100

Color Harmonies of #4A459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A459B

Black with #4A459B

Text Example


Text Example

White with #4A459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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