Html Css Color HEX #492F71 Blue Diamond

📋 copy color: '#492F71'

red 73 ◦ green 47 ◦ blue 113

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

Shades of Blue Diamond #492F71

Tints of Blue Diamond #492F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 31.33%
G = 20.17%
B = 48.5%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492F71 (or 0x492F71) is known color: Blue Diamond. HEX triplet: 49, 2F and 71. RGB value is (73,47,113). Sum of RGB (Red+Green+Blue) = 73+47+113=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #492F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F71 is #B6D08E. Grayscale: #3E3E3E. Windows color (decimal): -11980943 or 7417673. OLE color: 7417673.

HSL color Cylindrical-coordinate representation of color #492F71: hue angle of 263.64º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492F71 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 47 113 -
CMYK 0.35 0.58 0 0.56
HSL 263.64º 0.41% 0.31% -
HSV(B) 263.64º 0.58% 0.44% -
XYZ 6.74 4.64 16.16 -
YUV 62.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 73 47 113 0.35 0.58 0 0.56 263.64 0.41 0.31
Hex 49 2F 71 23 3A 0 38 108 29 1F
Octal 111 57 161 43 72 0 70 410 51 37
Binary 1001001 101111 1110001 100011 111010 0 111000 100001000 101001 11111

Color Harmonies of #492F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F71

Black with #492F71

Text Example


Text Example

White with #492F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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