Html Css Color HEX #493270 Blue Diamond

📋 copy color: '#493270'

red 73 ◦ green 50 ◦ blue 112

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

Shades of Blue Diamond #493270

Tints of Blue Diamond #493270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 31.06%
G = 21.28%
B = 47.66%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#493270 (or 0x493270) is known color: Blue Diamond. HEX triplet: 49, 32 and 70. RGB value is (73,50,112). Sum of RGB (Red+Green+Blue) = 73+50+112=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #493270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493270 is #B6CD8F. Grayscale: #3F3F3F. Windows color (decimal): -11980176 or 7352905. OLE color: 7352905.

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

Color convert

RGB 73 50 112 -
CMYK 0.35 0.55 0 0.56
HSL 262.26º 0.38% 0.32% -
HSV(B) 262.26º 0.55% 0.44% -
XYZ 6.81 4.87 15.91 -
YUV 63.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 73 50 112 0.35 0.55 0 0.56 262.26 0.38 0.32
Hex 49 32 70 23 37 0 38 106 26 20
Octal 111 62 160 43 67 0 70 406 46 40
Binary 1001001 110010 1110000 100011 110111 0 111000 100000110 100110 100000

Color Harmonies of #493270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493270

Black with #493270

Text Example


Text Example

White with #493270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493270; }

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

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

background-color css

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

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

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

border-color css

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

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

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