Html Css Color HEX #451E99 Blue Gem

📋 copy color: '#451E99'

red 69 ◦ green 30 ◦ blue 153

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

Shades of Blue Gem #451E99

Tints of Blue Gem #451E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 27.38%
G = 11.9%
B = 60.71%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#451E99 (or 0x451E99) is known color: Blue Gem. HEX triplet: 45, 1E and 99. RGB value is (69,30,153). Sum of RGB (Red+Green+Blue) = 69+30+153=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #451E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451E99 is #BAE166. Grayscale: #373737. Windows color (decimal): -12247399 or 10034757. OLE color: 10034757.

HSL color Cylindrical-coordinate representation of color #451E99: hue angle of 259.02º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451E99 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 30 153 -
CMYK 0.55 0.80 0 0.4
HSL 259.02º 0.67% 0.36% -
HSV(B) 259.02º 0.8% 0.6% -
XYZ 8.67 4.49 30.55 -
YUV 55.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 69 30 153 0.55 0.80 0 0.4 259.02 0.67 0.36
Hex 45 1E 99 37 50 0 28 103 43 24
Octal 105 36 231 67 120 0 50 403 103 44
Binary 1000101 11110 10011001 110111 1010000 0 101000 100000011 1000011 100100

Color Harmonies of #451E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E99

Black with #451E99

Text Example


Text Example

White with #451E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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