Html Css Color HEX #492E6F Blue Diamond

📋 copy color: '#492E6F'

red 73 ◦ green 46 ◦ blue 111

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

Shades of Blue Diamond #492E6F

Tints of Blue Diamond #492E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 31.74%
G = 20%
B = 48.26%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492E6F (or 0x492E6F) is known color: Blue Diamond. HEX triplet: 49, 2E and 6F. RGB value is (73,46,111). Sum of RGB (Red+Green+Blue) = 73+46+111=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #492E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E6F is #B6D190. Grayscale: #3D3D3D. Windows color (decimal): -11981201 or 7286345. OLE color: 7286345.

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

Color convert

RGB 73 46 111 -
CMYK 0.34 0.59 0 0.56
HSL 264.92º 0.41% 0.31% -
HSV(B) 264.92º 0.59% 0.44% -
XYZ 6.59 4.52 15.56 -
YUV 61.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 73 46 111 0.34 0.59 0 0.56 264.92 0.41 0.31
Hex 49 2E 6F 22 3B 0 38 109 29 1F
Octal 111 56 157 42 73 0 70 411 51 37
Binary 1001001 101110 1101111 100010 111011 0 111000 100001001 101001 11111

Color Harmonies of #492E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E6F

Black with #492E6F

Text Example


Text Example

White with #492E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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