Html Css Color HEX #452599 Blue Gem

📋 copy color: '#452599'

red 69 ◦ green 37 ◦ blue 153

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

Shades of Blue Gem #452599

Tints of Blue Gem #452599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

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

R = 26.64%
G = 14.29%
B = 59.07%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#452599 (or 0x452599) is known color: Blue Gem. HEX triplet: 45, 25 and 99. RGB value is (69,37,153). Sum of RGB (Red+Green+Blue) = 69+37+153=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #452599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452599 is #BADA66. Grayscale: #3B3B3B. Windows color (decimal): -12245607 or 10036549. OLE color: 10036549.

HSL color Cylindrical-coordinate representation of color #452599: hue angle of 256.55º degrees, saturation: 0.61, 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 #452599 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 37 153 -
CMYK 0.55 0.76 0 0.4
HSL 256.55º 0.61% 0.37% -
HSV(B) 256.55º 0.76% 0.6% -
XYZ 8.87 4.89 30.61 -
YUV 59.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 69 37 153 0.55 0.76 0 0.4 256.55 0.61 0.37
Hex 45 25 99 37 4C 0 28 101 3D 25
Octal 105 45 231 67 114 0 50 401 75 45
Binary 1000101 100101 10011001 110111 1001100 0 101000 100000001 111101 100101

Color Harmonies of #452599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452599

Black with #452599

Text Example


Text Example

White with #452599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452599; }

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

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

background-color css

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

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

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

border-color css

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

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

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