Html Css Color HEX #492669 Blue Diamond

📋 copy color: '#492669'

red 73 ◦ green 38 ◦ blue 105

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

Shades of Blue Diamond #492669

Tints of Blue Diamond #492669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

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

R = 33.8%
G = 17.59%
B = 48.61%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492669 (or 0x492669) is known color: Blue Diamond. HEX triplet: 49, 26 and 69. RGB value is (73,38,105). Sum of RGB (Red+Green+Blue) = 73+38+105=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #492669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492669 is #B6D996. Grayscale: #373737. Windows color (decimal): -11983255 or 6891081. OLE color: 6891081.

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

Color convert

RGB 73 38 105 -
CMYK 0.30 0.64 0 0.59
HSL 271.34º 0.47% 0.28% -
HSV(B) 271.34º 0.64% 0.41% -
XYZ 5.99 3.82 13.79 -
YUV 56.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 73 38 105 0.30 0.64 0 0.59 271.34 0.47 0.28
Hex 49 26 69 1E 40 0 3B 10F 2F 1C
Octal 111 46 151 36 100 0 73 417 57 34
Binary 1001001 100110 1101001 11110 1000000 0 111011 100001111 101111 11100

Color Harmonies of #492669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492669

Black with #492669

Text Example


Text Example

White with #492669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492669; }

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

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

background-color css

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

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

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

border-color css

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

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

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