Html Css Color HEX #492E69 Blue Diamond

📋 copy color: '#492E69'

red 73 ◦ green 46 ◦ blue 105

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

Shades of Blue Diamond #492E69

Tints of Blue Diamond #492E69

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

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

R = 32.59%
G = 20.54%
B = 46.88%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492E69 (or 0x492E69) is known color: Blue Diamond. HEX triplet: 49, 2E and 69. RGB value is (73,46,105). Sum of RGB (Red+Green+Blue) = 73+46+105=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #492E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E69 is #B6D196. Grayscale: #3C3C3C. Windows color (decimal): -11981207 or 6893129. OLE color: 6893129.

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

Color convert

RGB 73 46 105 -
CMYK 0.30 0.56 0 0.59
HSL 267.46º 0.39% 0.3% -
HSV(B) 267.46º 0.56% 0.41% -
XYZ 6.27 4.39 13.88 -
YUV 60.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 73 46 105 0.30 0.56 0 0.59 267.46 0.39 0.3
Hex 49 2E 69 1E 38 0 3B 10B 27 1E
Octal 111 56 151 36 70 0 73 413 47 36
Binary 1001001 101110 1101001 11110 111000 0 111011 100001011 100111 11110

Color Harmonies of #492E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E69

Black with #492E69

Text Example


Text Example

White with #492E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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