Html Css Color HEX #492B64 Blue Diamond

📋 copy color: '#492B64'

red 73 ◦ green 43 ◦ blue 100

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

Shades of Blue Diamond #492B64

Tints of Blue Diamond #492B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.91%

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

R = 33.8%
G = 19.91%
B = 46.3%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492B64 (or 0x492B64) is known color: Blue Diamond. HEX triplet: 49, 2B and 64. RGB value is (73,43,100). Sum of RGB (Red+Green+Blue) = 73+43+100=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #492B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B64 is #B6D49B. Grayscale: #3A3A3A. Windows color (decimal): -11981980 or 6564681. OLE color: 6564681.

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

Color convert

RGB 73 43 100 -
CMYK 0.27 0.57 0 0.61
HSL 271.58º 0.4% 0.28% -
HSV(B) 271.58º 0.57% 0.39% -
XYZ 5.91 4.06 12.53 -
YUV 58.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 73 43 100 0.27 0.57 0 0.61 271.58 0.4 0.28
Hex 49 2B 64 1B 39 0 3D 110 28 1C
Octal 111 53 144 33 71 0 75 420 50 34
Binary 1001001 101011 1100100 11011 111001 0 111101 100010000 101000 11100

Color Harmonies of #492B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B64

Black with #492B64

Text Example


Text Example

White with #492B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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