Html Css Color HEX #492069 Blue Diamond

📋 copy color: '#492069'

red 73 ◦ green 32 ◦ blue 105

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

Shades of Blue Diamond #492069

Tints of Blue Diamond #492069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 34.76%
G = 15.24%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492069 (or 0x492069) is known color: Blue Diamond. HEX triplet: 49, 20 and 69. RGB value is (73,32,105). Sum of RGB (Red+Green+Blue) = 73+32+105=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #492069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492069 is #B6DF96. Grayscale: #343434. Windows color (decimal): -11984791 or 6889545. OLE color: 6889545.

HSL color Cylindrical-coordinate representation of color #492069: hue angle of 273.7º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492069 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 32 105 -
CMYK 0.30 0.70 0 0.59
HSL 273.7º 0.53% 0.27% -
HSV(B) 273.7º 0.7% 0.41% -
XYZ 5.81 3.47 13.73 -
YUV 52.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 73 32 105 0.30 0.70 0 0.59 273.7 0.53 0.27
Hex 49 20 69 1E 46 0 3B 112 35 1B
Octal 111 40 151 36 106 0 73 422 65 33
Binary 1001001 100000 1101001 11110 1000110 0 111011 100010010 110101 11011

Color Harmonies of #492069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492069

Black with #492069

Text Example


Text Example

White with #492069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492069; }

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

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

background-color css

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

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

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

border-color css

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

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

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