Html Css Color HEX #492F64 Blue Diamond

📋 copy color: '#492F64'

red 73 ◦ green 47 ◦ blue 100

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

Shades of Blue Diamond #492F64

Tints of Blue Diamond #492F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.36%

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

R = 33.18%
G = 21.36%
B = 45.45%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492F64 (or 0x492F64) is known color: Blue Diamond. HEX triplet: 49, 2F and 64. RGB value is (73,47,100). Sum of RGB (Red+Green+Blue) = 73+47+100=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #492F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F64 is #B6D09B. Grayscale: #3C3C3C. Windows color (decimal): -11980956 or 6565705. OLE color: 6565705.

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

Color convert

RGB 73 47 100 -
CMYK 0.27 0.53 0 0.61
HSL 269.43º 0.36% 0.29% -
HSV(B) 269.43º 0.53% 0.39% -
XYZ 6.06 4.37 12.58 -
YUV 60.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 73 47 100 0.27 0.53 0 0.61 269.43 0.36 0.29
Hex 49 2F 64 1B 35 0 3D 10D 24 1D
Octal 111 57 144 33 65 0 75 415 44 35
Binary 1001001 101111 1100100 11011 110101 0 111101 100001101 100100 11101

Color Harmonies of #492F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F64

Black with #492F64

Text Example


Text Example

White with #492F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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