Html Css Color HEX #453198 Blue Gem

📋 copy color: '#453198'

red 69 ◦ green 49 ◦ blue 152

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

Shades of Blue Gem #453198

Tints of Blue Gem #453198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

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

R = 25.56%
G = 18.15%
B = 56.3%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#453198 (or 0x453198) is known color: Blue Gem. HEX triplet: 45, 31 and 98. RGB value is (69,49,152). Sum of RGB (Red+Green+Blue) = 69+49+152=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #453198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453198 is #BACE67. Grayscale: #424242. Windows color (decimal): -12242536 or 9974085. OLE color: 9974085.

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

Color convert

RGB 69 49 152 -
CMYK 0.55 0.68 0 0.40
HSL 251.65º 0.51% 0.39% -
HSV(B) 251.65º 0.68% 0.6% -
XYZ 9.22 5.73 30.33 -
YUV 66.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 69 49 152 0.55 0.68 0 0.40 251.65 0.51 0.39
Hex 45 31 98 37 44 0 28 FC 33 27
Octal 105 61 230 67 104 0 50 374 63 47
Binary 1000101 110001 10011000 110111 1000100 0 101000 11111100 110011 100111

Color Harmonies of #453198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453198

Black with #453198

Text Example


Text Example

White with #453198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453198; }

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

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

background-color css

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

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

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

border-color css

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

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

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