Html Css Color HEX #452495 Blue Gem

📋 copy color: '#452495'

red 69 ◦ green 36 ◦ blue 149

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

Shades of Blue Gem #452495

Tints of Blue Gem #452495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 27.17%
G = 14.17%
B = 58.66%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#452495 (or 0x452495) is known color: Blue Gem. HEX triplet: 45, 24 and 95. RGB value is (69,36,149). Sum of RGB (Red+Green+Blue) = 69+36+149=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #452495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452495 is #BADB6A. Grayscale: #3A3A3A. Windows color (decimal): -12245867 or 9774149. OLE color: 9774149.

HSL color Cylindrical-coordinate representation of color #452495: hue angle of 257.52º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452495 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 36 149 -
CMYK 0.54 0.76 0 0.42
HSL 257.52º 0.61% 0.36% -
HSV(B) 257.52º 0.76% 0.58% -
XYZ 8.51 4.7 28.89 -
YUV 58.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 69 36 149 0.54 0.76 0 0.42 257.52 0.61 0.36
Hex 45 24 95 36 4C 0 2A 102 3D 24
Octal 105 44 225 66 114 0 52 402 75 44
Binary 1000101 100100 10010101 110110 1001100 0 101010 100000010 111101 100100

Color Harmonies of #452495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452495

Black with #452495

Text Example


Text Example

White with #452495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452495; }

 p { color: rgb(69,36,149); }

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

background-color css

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

 a { background-color: rgb(69,36,149); }

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

border-color css

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

 span { border-color: rgb(69,36,149); }

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