Html Css Color HEX #452998 Blue Gem

📋 copy color: '#452998'

red 69 ◦ green 41 ◦ blue 152

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

Shades of Blue Gem #452998

Tints of Blue Gem #452998

RGB

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

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

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

R = 26.34%
G = 15.65%
B = 58.02%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#452998 (or 0x452998) is known color: Blue Gem. HEX triplet: 45, 29 and 98. RGB value is (69,41,152). Sum of RGB (Red+Green+Blue) = 69+41+152=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #452998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452998 is #BAD667. Grayscale: #3D3D3D. Windows color (decimal): -12244584 or 9972037. OLE color: 9972037.

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

Color convert

RGB 69 41 152 -
CMYK 0.55 0.73 0 0.40
HSL 255.14º 0.58% 0.38% -
HSV(B) 255.14º 0.73% 0.6% -
XYZ 8.91 5.12 30.22 -
YUV 62.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 69 41 152 0.55 0.73 0 0.40 255.14 0.58 0.38
Hex 45 29 98 37 49 0 28 FF 3A 26
Octal 105 51 230 67 111 0 50 377 72 46
Binary 1000101 101001 10011000 110111 1001001 0 101000 11111111 111010 100110

Color Harmonies of #452998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452998

Black with #452998

Text Example


Text Example

White with #452998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452998; }

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

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

background-color css

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

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

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

border-color css

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

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

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