Html Css Color HEX #4A269B Blue Gem

📋 copy color: '#4A269B'

red 74 ◦ green 38 ◦ blue 155

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

Shades of Blue Gem #4A269B

Tints of Blue Gem #4A269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

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

R = 27.72%
G = 14.23%
B = 58.05%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A269B (or 0x4A269B) is known color: Blue Gem. HEX triplet: 4A, 26 and 9B. RGB value is (74,38,155). Sum of RGB (Red+Green+Blue) = 74+38+155=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A269B is #B5D964. Grayscale: #3D3D3D. Windows color (decimal): -11917669 or 10167882. OLE color: 10167882.

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

Color convert

RGB 74 38 155 -
CMYK 0.52 0.75 0 0.39
HSL 258.46º 0.61% 0.38% -
HSV(B) 258.46º 0.75% 0.61% -
XYZ 9.43 5.21 31.52 -
YUV 62.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 74 38 155 0.52 0.75 0 0.39 258.46 0.61 0.38
Hex 4A 26 9B 34 4B 0 27 102 3D 26
Octal 112 46 233 64 113 0 47 402 75 46
Binary 1001010 100110 10011011 110100 1001011 0 100111 100000010 111101 100110

Color Harmonies of #4A269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A269B

Black with #4A269B

Text Example


Text Example

White with #4A269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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