Html Css Color HEX #493167 Blue Diamond

📋 copy color: '#493167'

red 73 ◦ green 49 ◦ blue 103

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

Shades of Blue Diamond #493167

Tints of Blue Diamond #493167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 32.44%
G = 21.78%
B = 45.78%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493167 (or 0x493167) is known color: Blue Diamond. HEX triplet: 49, 31 and 67. RGB value is (73,49,103). Sum of RGB (Red+Green+Blue) = 73+49+103=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #493167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493167 is #B6CE98. Grayscale: #3E3E3E. Windows color (decimal): -11980441 or 6762825. OLE color: 6762825.

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

Color convert

RGB 73 49 103 -
CMYK 0.29 0.52 0 0.60
HSL 266.67º 0.36% 0.3% -
HSV(B) 266.67º 0.52% 0.4% -
XYZ 6.29 4.59 13.39 -
YUV 62.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 73 49 103 0.29 0.52 0 0.60 266.67 0.36 0.3
Hex 49 31 67 1D 34 0 3C 10B 24 1E
Octal 111 61 147 35 64 0 74 413 44 36
Binary 1001001 110001 1100111 11101 110100 0 111100 100001011 100100 11110

Color Harmonies of #493167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493167

Black with #493167

Text Example


Text Example

White with #493167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493167; }

 p { color: rgb(73,49,103); }

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

background-color css

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

 a { background-color: rgb(73,49,103); }

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

border-color css

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

 span { border-color: rgb(73,49,103); }

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