Html Css Color HEX #492E64 Blue Diamond

📋 copy color: '#492E64'

red 73 ◦ green 46 ◦ blue 100

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

Shades of Blue Diamond #492E64

Tints of Blue Diamond #492E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.66%

R = 33.33%
G = 21%
B = 45.66%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492E64 (or 0x492E64) is known color: Blue Diamond. HEX triplet: 49, 2E and 64. RGB value is (73,46,100). Sum of RGB (Red+Green+Blue) = 73+46+100=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #492E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E64 is #B6D19B. Grayscale: #3C3C3C. Windows color (decimal): -11981212 or 6565449. OLE color: 6565449.

HSL color Cylindrical-coordinate representation of color #492E64: hue angle of 270º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #492E64 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 46 100 -
CMYK 0.27 0.54 0 0.61
HSL 270º 0.37% 0.29% -
HSV(B) 270º 0.54% 0.39% -
XYZ 6.02 4.29 12.57 -
YUV 60.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 73 46 100 0.27 0.54 0 0.61 270 0.37 0.29
Hex 49 2E 64 1B 36 0 3D 10E 25 1D
Octal 111 56 144 33 66 0 75 416 45 35
Binary 1001001 101110 1100100 11011 110110 0 111101 100001110 100101 11101

Color Harmonies of #492E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E64

Black with #492E64

Text Example


Text Example

White with #492E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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