Html Css Color HEX #452999 Blue Gem

📋 copy color: '#452999'

red 69 ◦ green 41 ◦ blue 153

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

Shades of Blue Gem #452999

Tints of Blue Gem #452999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 26.24%
G = 15.59%
B = 58.17%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#452999 (or 0x452999) is known color: Blue Gem. HEX triplet: 45, 29 and 99. RGB value is (69,41,153). Sum of RGB (Red+Green+Blue) = 69+41+153=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #452999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452999 is #BAD666. Grayscale: #3D3D3D. Windows color (decimal): -12244583 or 10037573. OLE color: 10037573.

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

Color convert

RGB 69 41 153 -
CMYK 0.55 0.73 0 0.4
HSL 255º 0.58% 0.38% -
HSV(B) 255º 0.73% 0.6% -
XYZ 9 5.15 30.66 -
YUV 62.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 69 41 153 0.55 0.73 0 0.4 255 0.58 0.38
Hex 45 29 99 37 49 0 28 FF 3A 26
Octal 105 51 231 67 111 0 50 377 72 46
Binary 1000101 101001 10011001 110111 1001001 0 101000 11111111 111010 100110

Color Harmonies of #452999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452999

Black with #452999

Text Example


Text Example

White with #452999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452999; }

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

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

background-color css

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

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

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

border-color css

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

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

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