Html Css Color HEX #493065 Blue Diamond

📋 copy color: '#493065'

red 73 ◦ green 48 ◦ blue 101

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

Shades of Blue Diamond #493065

Tints of Blue Diamond #493065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 32.88%
G = 21.62%
B = 45.5%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493065 (or 0x493065) is known color: Blue Diamond. HEX triplet: 49, 30 and 65. RGB value is (73,48,101). Sum of RGB (Red+Green+Blue) = 73+48+101=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #493065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493065 is #B6CF9A. Grayscale: #3D3D3D. Windows color (decimal): -11980699 or 6631497. OLE color: 6631497.

HSL color Cylindrical-coordinate representation of color #493065: hue angle of 268.3º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493065 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 48 101 -
CMYK 0.28 0.52 0 0.60
HSL 268.3º 0.36% 0.29% -
HSV(B) 268.3º 0.52% 0.4% -
XYZ 6.15 4.47 12.85 -
YUV 61.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 73 48 101 0.28 0.52 0 0.60 268.3 0.36 0.29
Hex 49 30 65 1C 34 0 3C 10C 24 1D
Octal 111 60 145 34 64 0 74 414 44 35
Binary 1001001 110000 1100101 11100 110100 0 111100 100001100 100100 11101

Color Harmonies of #493065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493065

Black with #493065

Text Example


Text Example

White with #493065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493065; }

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

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

background-color css

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

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

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

border-color css

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

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

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