Html Css Color HEX #492FAB Blue Gem

📋 copy color: '#492FAB'

red 73 ◦ green 47 ◦ blue 171

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

Shades of Blue Gem #492FAB

Tints of Blue Gem #492FAB

RGB

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

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

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

R = 25.09%
G = 16.15%
B = 58.76%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#492FAB (or 0x492FAB) is known color: Blue Gem. HEX triplet: 49, 2F and AB. RGB value is (73,47,171). Sum of RGB (Red+Green+Blue) = 73+47+171=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #492FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492FAB is #B6D054. Grayscale: #444444. Windows color (decimal): -11980885 or 11218761. OLE color: 11218761.

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

Color convert

RGB 73 47 171 -
CMYK 0.57 0.73 0 0.33
HSL 252.58º 0.57% 0.43% -
HSV(B) 252.58º 0.73% 0.67% -
XYZ 11.11 6.39 39.18 -
YUV 68.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 73 47 171 0.57 0.73 0 0.33 252.58 0.57 0.43
Hex 49 2F AB 39 49 0 21 FD 39 2B
Octal 111 57 253 71 111 0 41 375 71 53
Binary 1001001 101111 10101011 111001 1001001 0 100001 11111101 111001 101011

Color Harmonies of #492FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FAB

Black with #492FAB

Text Example


Text Example

White with #492FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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