Html Css Color HEX #452991 Blue Gem

📋 copy color: '#452991'

red 69 ◦ green 41 ◦ blue 145

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

Shades of Blue Gem #452991

Tints of Blue Gem #452991

RGB

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

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

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

R = 27.06%
G = 16.08%
B = 56.86%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#452991 (or 0x452991) is known color: Blue Gem. HEX triplet: 45, 29 and 91. RGB value is (69,41,145). Sum of RGB (Red+Green+Blue) = 69+41+145=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #452991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452991 is #BAD66E. Grayscale: #3C3C3C. Windows color (decimal): -12244591 or 9513285. OLE color: 9513285.

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

Color convert

RGB 69 41 145 -
CMYK 0.52 0.72 0 0.43
HSL 256.15º 0.56% 0.36% -
HSV(B) 256.15º 0.72% 0.57% -
XYZ 8.36 4.9 27.29 -
YUV 61.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 69 41 145 0.52 0.72 0 0.43 256.15 0.56 0.36
Hex 45 29 91 34 48 0 2B 100 38 24
Octal 105 51 221 64 110 0 53 400 70 44
Binary 1000101 101001 10010001 110100 1001000 0 101011 100000000 111000 100100

Color Harmonies of #452991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452991

Black with #452991

Text Example


Text Example

White with #452991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452991; }

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

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

background-color css

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

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

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

border-color css

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

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

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