Html Css Color HEX #492571 Blue Diamond

📋 copy color: '#492571'

red 73 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #492571

Tints of Blue Diamond #492571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 32.74%
G = 16.59%
B = 50.67%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492571 (or 0x492571) is known color: Blue Diamond. HEX triplet: 49, 25 and 71. RGB value is (73,37,113). Sum of RGB (Red+Green+Blue) = 73+37+113=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #492571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492571 is #B6DA8E. Grayscale: #383838. Windows color (decimal): -11983503 or 7415113. OLE color: 7415113.

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

Color convert

RGB 73 37 113 -
CMYK 0.35 0.67 0 0.56
HSL 268.42º 0.51% 0.29% -
HSV(B) 268.42º 0.67% 0.44% -
XYZ 6.39 3.93 16.04 -
YUV 56.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 73 37 113 0.35 0.67 0 0.56 268.42 0.51 0.29
Hex 49 25 71 23 43 0 38 10C 33 1D
Octal 111 45 161 43 103 0 70 414 63 35
Binary 1001001 100101 1110001 100011 1000011 0 111000 100001100 110011 11101

Color Harmonies of #492571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492571

Black with #492571

Text Example


Text Example

White with #492571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492571; }

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

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

background-color css

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

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

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

border-color css

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

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

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