Html Css Color HEX #4526AB Blue Gem

📋 copy color: '#4526AB'

red 69 ◦ green 38 ◦ blue 171

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

Shades of Blue Gem #4526AB

Tints of Blue Gem #4526AB

RGB

 RED value IS 69 (27.34% from 255) = 24.82%

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

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 24.82%
G = 13.67%
B = 61.51%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4526AB (or 0x4526AB) is known color: Blue Gem. HEX triplet: 45, 26 and AB. RGB value is (69,38,171). Sum of RGB (Red+Green+Blue) = 69+38+171=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #4526AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4526AB is #BAD954. Grayscale: #3D3D3D. Windows color (decimal): -12245333 or 11216453. OLE color: 11216453.

HSL color Cylindrical-coordinate representation of color #4526AB: hue angle of 253.98º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4526AB is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 38 171 -
CMYK 0.60 0.78 0 0.33
HSL 253.99º 0.64% 0.41% -
HSV(B) 253.99º 0.78% 0.67% -
XYZ 10.5 5.59 39.05 -
YUV 62.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 69 38 171 0.60 0.78 0 0.33 253.99 0.64 0.41
Hex 45 26 AB 3C 4E 0 21 FE 40 29
Octal 105 46 253 74 116 0 41 376 100 51
Binary 1000101 100110 10101011 111100 1001110 0 100001 11111110 1000000 101001

Color Harmonies of #4526AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4526AB

Black with #4526AB

Text Example


Text Example

White with #4526AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4526AB; }

 p { color: rgb(69,38,171); }

 H1.HeaderClassName
 {
   color: #4526AB;
 }
 .AnyTagClassName
 {
   color: #4526AB;
 }
</style>

background-color css

<style>
 a { background-color: #4526AB; }

 a { background-color: rgb(69,38,171); }

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

border-color css

<style>
 span { border-color: #4526AB; }

 span { border-color: rgb(69,38,171); }

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