Html Css Color HEX #453199 Blue Gem

📋 copy color: '#453199'

red 69 ◦ green 49 ◦ blue 153

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

Shades of Blue Gem #453199

Tints of Blue Gem #453199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 25.46%
G = 18.08%
B = 56.46%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#453199 (or 0x453199) is known color: Blue Gem. HEX triplet: 45, 31 and 99. RGB value is (69,49,153). Sum of RGB (Red+Green+Blue) = 69+49+153=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #453199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453199 is #BACE66. Grayscale: #424242. Windows color (decimal): -12242535 or 10039621. OLE color: 10039621.

HSL color Cylindrical-coordinate representation of color #453199: hue angle of 251.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453199 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 49 153 -
CMYK 0.55 0.68 0 0.4
HSL 251.54º 0.51% 0.4% -
HSV(B) 251.54º 0.68% 0.6% -
XYZ 9.3 5.76 30.76 -
YUV 66.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 69 49 153 0.55 0.68 0 0.4 251.54 0.51 0.4
Hex 45 31 99 37 44 0 28 FC 33 28
Octal 105 61 231 67 104 0 50 374 63 50
Binary 1000101 110001 10011001 110111 1000100 0 101000 11111100 110011 101000

Color Harmonies of #453199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453199

Black with #453199

Text Example


Text Example

White with #453199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453199; }

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

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

background-color css

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

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

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

border-color css

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

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

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