Html Css Color HEX #452491 Blue Gem

📋 copy color: '#452491'

red 69 ◦ green 36 ◦ blue 145

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

Shades of Blue Gem #452491

Tints of Blue Gem #452491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58%

R = 27.6%
G = 14.4%
B = 58%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#452491 (or 0x452491) is known color: Blue Gem. HEX triplet: 45, 24 and 91. RGB value is (69,36,145). Sum of RGB (Red+Green+Blue) = 69+36+145=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #452491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452491 is #BADB6E. Grayscale: #393939. Windows color (decimal): -12245871 or 9512005. OLE color: 9512005.

HSL color Cylindrical-coordinate representation of color #452491: hue angle of 258.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452491 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 36 145 -
CMYK 0.52 0.75 0 0.43
HSL 258.17º 0.6% 0.35% -
HSV(B) 258.17º 0.75% 0.57% -
XYZ 8.2 4.57 27.24 -
YUV 58.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 69 36 145 0.52 0.75 0 0.43 258.17 0.6 0.35
Hex 45 24 91 34 4B 0 2B 102 3C 23
Octal 105 44 221 64 113 0 53 402 74 43
Binary 1000101 100100 10010001 110100 1001011 0 101011 100000010 111100 100011

Color Harmonies of #452491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452491

Black with #452491

Text Example


Text Example

White with #452491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452491; }

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

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

background-color css

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

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

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

border-color css

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

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

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