Html Css Color HEX #493272 Blue Diamond

📋 copy color: '#493272'

red 73 ◦ green 50 ◦ blue 114

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

Shades of Blue Diamond #493272

Tints of Blue Diamond #493272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

 BLUE value IS 114 (44.92% from 255) = 48.1%

R = 30.8%
G = 21.1%
B = 48.1%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493272 (or 0x493272) is known color: Blue Diamond. HEX triplet: 49, 32 and 72. RGB value is (73,50,114). Sum of RGB (Red+Green+Blue) = 73+50+114=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #493272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493272 is #B6CD8D. Grayscale: #3F3F3F. Windows color (decimal): -11980174 or 7483977. OLE color: 7483977.

HSL color Cylindrical-coordinate representation of color #493272: hue angle of 261.56º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493272 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 50 114 -
CMYK 0.36 0.56 0 0.55
HSL 261.56º 0.39% 0.32% -
HSV(B) 261.56º 0.56% 0.45% -
XYZ 6.93 4.91 16.5 -
YUV 64.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 73 50 114 0.36 0.56 0 0.55 261.56 0.39 0.32
Hex 49 32 72 24 38 0 37 106 27 20
Octal 111 62 162 44 70 0 67 406 47 40
Binary 1001001 110010 1110010 100100 111000 0 110111 100000110 100111 100000

Color Harmonies of #493272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493272

Black with #493272

Text Example


Text Example

White with #493272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493272; }

 p { color: rgb(73,50,114); }

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

background-color css

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

 a { background-color: rgb(73,50,114); }

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

border-color css

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

 span { border-color: rgb(73,50,114); }

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