Html Css Color HEX #453190 Blue Gem

📋 copy color: '#453190'

red 69 ◦ green 49 ◦ blue 144

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

Shades of Blue Gem #453190

Tints of Blue Gem #453190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 26.34%
G = 18.7%
B = 54.96%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#453190 (or 0x453190) is known color: Blue Gem. HEX triplet: 45, 31 and 90. RGB value is (69,49,144). Sum of RGB (Red+Green+Blue) = 69+49+144=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #453190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453190 is #BACE6F. Grayscale: #414141. Windows color (decimal): -12242544 or 9449797. OLE color: 9449797.

HSL color Cylindrical-coordinate representation of color #453190: hue angle of 252.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453190 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 49 144 -
CMYK 0.52 0.66 0 0.44
HSL 252.63º 0.49% 0.38% -
HSV(B) 252.63º 0.66% 0.56% -
XYZ 8.59 5.48 26.99 -
YUV 65.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 69 49 144 0.52 0.66 0 0.44 252.63 0.49 0.38
Hex 45 31 90 34 42 0 2C FD 31 26
Octal 105 61 220 64 102 0 54 375 61 46
Binary 1000101 110001 10010000 110100 1000010 0 101100 11111101 110001 100110

Color Harmonies of #453190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453190

Black with #453190

Text Example


Text Example

White with #453190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453190; }

 p { color: rgb(69,49,144); }

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

background-color css

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

 a { background-color: rgb(69,49,144); }

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

border-color css

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

 span { border-color: rgb(69,49,144); }

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