Html Css Color HEX #492F6D Blue Diamond

📋 copy color: '#492F6D'

red 73 ◦ green 47 ◦ blue 109

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

Shades of Blue Diamond #492F6D

Tints of Blue Diamond #492F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 31.88%
G = 20.52%
B = 47.6%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#492F6D (or 0x492F6D) is known color: Blue Diamond. HEX triplet: 49, 2F and 6D. RGB value is (73,47,109). Sum of RGB (Red+Green+Blue) = 73+47+109=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #492F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F6D is #B6D092. Grayscale: #3D3D3D. Windows color (decimal): -11980947 or 7155529. OLE color: 7155529.

HSL color Cylindrical-coordinate representation of color #492F6D: hue angle of 265.16º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492F6D is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 47 109 -
CMYK 0.33 0.57 0 0.57
HSL 265.16º 0.4% 0.31% -
HSV(B) 265.16º 0.57% 0.43% -
XYZ 6.52 4.55 15 -
YUV 61.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 73 47 109 0.33 0.57 0 0.57 265.16 0.4 0.31
Hex 49 2F 6D 21 39 0 39 109 28 1F
Octal 111 57 155 41 71 0 71 411 50 37
Binary 1001001 101111 1101101 100001 111001 0 111001 100001001 101000 11111

Color Harmonies of #492F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F6D

Black with #492F6D

Text Example


Text Example

White with #492F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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