Html Css Color HEX #492694 Blue Gem

📋 copy color: '#492694'

red 73 ◦ green 38 ◦ blue 148

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

Shades of Blue Gem #492694

Tints of Blue Gem #492694

RGB

 RED value IS 73 (28.91% from 255) = 28.19%

 GREEN value IS 38 (15.23% from 255) = 14.67%

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 28.19%
G = 14.67%
B = 57.14%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492694 (or 0x492694) is known color: Blue Gem. HEX triplet: 49, 26 and 94. RGB value is (73,38,148). Sum of RGB (Red+Green+Blue) = 73+38+148=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #492694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492694 is #B6D96B. Grayscale: #3C3C3C. Windows color (decimal): -11983212 or 9709129. OLE color: 9709129.

HSL color Cylindrical-coordinate representation of color #492694: hue angle of 259.09º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492694 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 38 148 -
CMYK 0.51 0.74 0 0.42
HSL 259.09º 0.59% 0.36% -
HSV(B) 259.09º 0.74% 0.58% -
XYZ 8.79 4.94 28.51 -
YUV 61.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 73 38 148 0.51 0.74 0 0.42 259.09 0.59 0.36
Hex 49 26 94 33 4A 0 2A 103 3B 24
Octal 111 46 224 63 112 0 52 403 73 44
Binary 1001001 100110 10010100 110011 1001010 0 101010 100000011 111011 100100

Color Harmonies of #492694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492694

Black with #492694

Text Example


Text Example

White with #492694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492694; }

 p { color: rgb(73,38,148); }

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

background-color css

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

 a { background-color: rgb(73,38,148); }

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

border-color css

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

 span { border-color: rgb(73,38,148); }

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