Html Css Color HEX #493269 Blue Diamond

📋 copy color: '#493269'

red 73 ◦ green 50 ◦ blue 105

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

Shades of Blue Diamond #493269

Tints of Blue Diamond #493269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.05%

R = 32.02%
G = 21.93%
B = 46.05%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493269 (or 0x493269) is known color: Blue Diamond. HEX triplet: 49, 32 and 69. RGB value is (73,50,105). Sum of RGB (Red+Green+Blue) = 73+50+105=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #493269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493269 is #B6CD96. Grayscale: #3E3E3E. Windows color (decimal): -11980183 or 6894153. OLE color: 6894153.

HSL color Cylindrical-coordinate representation of color #493269: hue angle of 265.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493269 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 50 105 -
CMYK 0.30 0.52 0 0.59
HSL 265.09º 0.35% 0.3% -
HSV(B) 265.09º 0.52% 0.41% -
XYZ 6.44 4.72 13.94 -
YUV 63.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 73 50 105 0.30 0.52 0 0.59 265.09 0.35 0.3
Hex 49 32 69 1E 34 0 3B 109 23 1E
Octal 111 62 151 36 64 0 73 411 43 36
Binary 1001001 110010 1101001 11110 110100 0 111011 100001001 100011 11110

Color Harmonies of #493269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493269

Black with #493269

Text Example


Text Example

White with #493269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493269; }

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

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

background-color css

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

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

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

border-color css

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

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

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