Html Css Color HEX #492CAB Blue Gem

📋 copy color: '#492CAB'

red 73 ◦ green 44 ◦ blue 171

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

Shades of Blue Gem #492CAB

Tints of Blue Gem #492CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 25.35%
G = 15.28%
B = 59.38%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#492CAB (or 0x492CAB) is known color: Blue Gem. HEX triplet: 49, 2C and AB. RGB value is (73,44,171). Sum of RGB (Red+Green+Blue) = 73+44+171=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #492CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492CAB is #B6D354. Grayscale: #424242. Windows color (decimal): -11981653 or 11217993. OLE color: 11217993.

HSL color Cylindrical-coordinate representation of color #492CAB: hue angle of 253.7º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492CAB is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 44 171 -
CMYK 0.57 0.74 0 0.33
HSL 253.7º 0.59% 0.42% -
HSV(B) 253.7º 0.74% 0.67% -
XYZ 11 6.16 39.14 -
YUV 67.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 73 44 171 0.57 0.74 0 0.33 253.7 0.59 0.42
Hex 49 2C AB 39 4A 0 21 FE 3B 2A
Octal 111 54 253 71 112 0 41 376 73 52
Binary 1001001 101100 10101011 111001 1001010 0 100001 11111110 111011 101010

Color Harmonies of #492CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CAB

Black with #492CAB

Text Example


Text Example

White with #492CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,171); }

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

background-color css

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

 a { background-color: rgb(73,44,171); }

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

border-color css

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

 span { border-color: rgb(73,44,171); }

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