Html Css Color HEX #453499 Blue Gem

📋 copy color: '#453499'

red 69 ◦ green 52 ◦ blue 153

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

Shades of Blue Gem #453499

Tints of Blue Gem #453499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 25.18%
G = 18.98%
B = 55.84%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#453499 (or 0x453499) is known color: Blue Gem. HEX triplet: 45, 34 and 99. RGB value is (69,52,153). Sum of RGB (Red+Green+Blue) = 69+52+153=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #453499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453499 is #BACB66. Grayscale: #444444. Windows color (decimal): -12241767 or 10040389. OLE color: 10040389.

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

Color convert

RGB 69 52 153 -
CMYK 0.55 0.66 0 0.4
HSL 250.1º 0.49% 0.4% -
HSV(B) 250.1º 0.66% 0.6% -
XYZ 9.43 6.02 30.8 -
YUV 68.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 69 52 153 0.55 0.66 0 0.4 250.1 0.49 0.4
Hex 45 34 99 37 42 0 28 FA 31 28
Octal 105 64 231 67 102 0 50 372 61 50
Binary 1000101 110100 10011001 110111 1000010 0 101000 11111010 110001 101000

Color Harmonies of #453499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453499

Black with #453499

Text Example


Text Example

White with #453499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453499; }

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

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

background-color css

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

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

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

border-color css

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

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

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