Html Css Color HEX #493072 Blue Diamond

📋 copy color: '#493072'

red 73 ◦ green 48 ◦ blue 114

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

Shades of Blue Diamond #493072

Tints of Blue Diamond #493072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 31.06%
G = 20.43%
B = 48.51%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493072 (or 0x493072) is known color: Blue Diamond. HEX triplet: 49, 30 and 72. RGB value is (73,48,114). Sum of RGB (Red+Green+Blue) = 73+48+114=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #493072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493072 is #B6CF8D. Grayscale: #3E3E3E. Windows color (decimal): -11980686 or 7483465. OLE color: 7483465.

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

Color convert

RGB 73 48 114 -
CMYK 0.36 0.58 0 0.55
HSL 262.73º 0.41% 0.32% -
HSV(B) 262.73º 0.58% 0.45% -
XYZ 6.84 4.75 16.47 -
YUV 63 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 73 48 114 0.36 0.58 0 0.55 262.73 0.41 0.32
Hex 49 30 72 24 3A 0 37 107 29 20
Octal 111 60 162 44 72 0 67 407 51 40
Binary 1001001 110000 1110010 100100 111010 0 110111 100000111 101001 100000

Color Harmonies of #493072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493072

Black with #493072

Text Example


Text Example

White with #493072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493072; }

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

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

background-color css

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

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

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

border-color css

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

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

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