Html Css Color HEX #452498 Blue Gem

📋 copy color: '#452498'

red 69 ◦ green 36 ◦ blue 152

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

Shades of Blue Gem #452498

Tints of Blue Gem #452498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 26.85%
G = 14.01%
B = 59.14%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#452498 (or 0x452498) is known color: Blue Gem. HEX triplet: 45, 24 and 98. RGB value is (69,36,152). Sum of RGB (Red+Green+Blue) = 69+36+152=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #452498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452498 is #BADB67. Grayscale: #3A3A3A. Windows color (decimal): -12245864 or 9970757. OLE color: 9970757.

HSL color Cylindrical-coordinate representation of color #452498: hue angle of 257.07º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452498 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 36 152 -
CMYK 0.55 0.76 0 0.40
HSL 257.07º 0.62% 0.37% -
HSV(B) 257.07º 0.76% 0.6% -
XYZ 8.75 4.79 30.17 -
YUV 59.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 69 36 152 0.55 0.76 0 0.40 257.07 0.62 0.37
Hex 45 24 98 37 4C 0 28 101 3E 25
Octal 105 44 230 67 114 0 50 401 76 45
Binary 1000101 100100 10011000 110111 1001100 0 101000 100000001 111110 100101

Color Harmonies of #452498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452498

Black with #452498

Text Example


Text Example

White with #452498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452498; }

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

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

background-color css

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

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

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

border-color css

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

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

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