Html Css Color HEX #492F88 Blue Gem

📋 copy color: '#492F88'

red 73 ◦ green 47 ◦ blue 136

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

Shades of Blue Gem #492F88

Tints of Blue Gem #492F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 28.52%
G = 18.36%
B = 53.13%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492F88 (or 0x492F88) is known color: Blue Gem. HEX triplet: 49, 2F and 88. RGB value is (73,47,136). Sum of RGB (Red+Green+Blue) = 73+47+136=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #492F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492F88 is #B6D077. Grayscale: #404040. Windows color (decimal): -11980920 or 8925001. OLE color: 8925001.

HSL color Cylindrical-coordinate representation of color #492F88: hue angle of 257.53º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492F88 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 47 136 -
CMYK 0.46 0.65 0 0.47
HSL 257.53º 0.49% 0.36% -
HSV(B) 257.53º 0.65% 0.53% -
XYZ 8.21 5.23 23.87 -
YUV 64.92 168.11 133.76 -
System Red Green Blue C M Y K H S L
Decimal 73 47 136 0.46 0.65 0 0.47 257.53 0.49 0.36
Hex 49 2F 88 2E 41 0 2F 102 31 24
Octal 111 57 210 56 101 0 57 402 61 44
Binary 1001001 101111 10001000 101110 1000001 0 101111 100000010 110001 100100

Color Harmonies of #492F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F88

Black with #492F88

Text Example


Text Example

White with #492F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492F88; }

 p { color: rgb(73,47,136); }

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

background-color css

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

 a { background-color: rgb(73,47,136); }

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

border-color css

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

 span { border-color: rgb(73,47,136); }

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