Html Css Color HEX #492671 Blue Diamond

📋 copy color: '#492671'

red 73 ◦ green 38 ◦ blue 113

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

Shades of Blue Diamond #492671

Tints of Blue Diamond #492671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

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

R = 32.59%
G = 16.96%
B = 50.45%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492671 (or 0x492671) is known color: Blue Diamond. HEX triplet: 49, 26 and 71. RGB value is (73,38,113). Sum of RGB (Red+Green+Blue) = 73+38+113=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #492671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492671 is #B6D98E. Grayscale: #383838. Windows color (decimal): -11983247 or 7415369. OLE color: 7415369.

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

Color convert

RGB 73 38 113 -
CMYK 0.35 0.66 0 0.56
HSL 268º 0.5% 0.3% -
HSV(B) 268º 0.66% 0.44% -
XYZ 6.42 3.99 16.06 -
YUV 57.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 73 38 113 0.35 0.66 0 0.56 268 0.5 0.3
Hex 49 26 71 23 42 0 38 10C 32 1E
Octal 111 46 161 43 102 0 70 414 62 36
Binary 1001001 100110 1110001 100011 1000010 0 111000 100001100 110010 11110

Color Harmonies of #492671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492671

Black with #492671

Text Example


Text Example

White with #492671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492671; }

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

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

background-color css

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

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

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

border-color css

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

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

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