Html Css Color HEX #492871 Blue Diamond

📋 copy color: '#492871'

red 73 ◦ green 40 ◦ blue 113

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

Shades of Blue Diamond #492871

Tints of Blue Diamond #492871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 32.3%
G = 17.7%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492871 (or 0x492871) is known color: Blue Diamond. HEX triplet: 49, 28 and 71. RGB value is (73,40,113). Sum of RGB (Red+Green+Blue) = 73+40+113=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #492871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492871 is #B6D78E. Grayscale: #393939. Windows color (decimal): -11982735 or 7415881. OLE color: 7415881.

HSL color Cylindrical-coordinate representation of color #492871: hue angle of 267.12º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492871 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 40 113 -
CMYK 0.35 0.65 0 0.56
HSL 267.12º 0.48% 0.3% -
HSV(B) 267.12º 0.65% 0.44% -
XYZ 6.49 4.13 16.08 -
YUV 58.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 73 40 113 0.35 0.65 0 0.56 267.12 0.48 0.3
Hex 49 28 71 23 41 0 38 10B 30 1E
Octal 111 50 161 43 101 0 70 413 60 36
Binary 1001001 101000 1110001 100011 1000001 0 111000 100001011 110000 11110

Color Harmonies of #492871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492871

Black with #492871

Text Example


Text Example

White with #492871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492871; }

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

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

background-color css

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

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

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

border-color css

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

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

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