Html Css Color HEX #493069 Blue Diamond

📋 copy color: '#493069'

red 73 ◦ green 48 ◦ blue 105

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

Shades of Blue Diamond #493069

Tints of Blue Diamond #493069

RGB

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

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

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

R = 32.3%
G = 21.24%
B = 46.46%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493069 (or 0x493069) is known color: Blue Diamond. HEX triplet: 49, 30 and 69. RGB value is (73,48,105). Sum of RGB (Red+Green+Blue) = 73+48+105=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #493069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493069 is #B6CF96. Grayscale: #3D3D3D. Windows color (decimal): -11980695 or 6893641. OLE color: 6893641.

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

Color convert

RGB 73 48 105 -
CMYK 0.30 0.54 0 0.59
HSL 266.32º 0.37% 0.3% -
HSV(B) 266.32º 0.54% 0.41% -
XYZ 6.35 4.55 13.91 -
YUV 61.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 73 48 105 0.30 0.54 0 0.59 266.32 0.37 0.3
Hex 49 30 69 1E 36 0 3B 10A 25 1E
Octal 111 60 151 36 66 0 73 412 45 36
Binary 1001001 110000 1101001 11110 110110 0 111011 100001010 100101 11110

Color Harmonies of #493069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493069

Black with #493069

Text Example


Text Example

White with #493069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493069; }

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

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

background-color css

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

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

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

border-color css

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

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

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