Html Css Color HEX #492A6F Blue Diamond

📋 copy color: '#492A6F'

red 73 ◦ green 42 ◦ blue 111

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

Shades of Blue Diamond #492A6F

Tints of Blue Diamond #492A6F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.58%

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

R = 32.3%
G = 18.58%
B = 49.12%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492A6F (or 0x492A6F) is known color: Blue Diamond. HEX triplet: 49, 2A and 6F. RGB value is (73,42,111). Sum of RGB (Red+Green+Blue) = 73+42+111=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #492A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A6F is #B6D590. Grayscale: #3A3A3A. Windows color (decimal): -11982225 or 7285321. OLE color: 7285321.

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

Color convert

RGB 73 42 111 -
CMYK 0.34 0.62 0 0.56
HSL 266.96º 0.45% 0.3% -
HSV(B) 266.96º 0.62% 0.44% -
XYZ 6.44 4.22 15.51 -
YUV 59.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 73 42 111 0.34 0.62 0 0.56 266.96 0.45 0.3
Hex 49 2A 6F 22 3E 0 38 10B 2D 1E
Octal 111 52 157 42 76 0 70 413 55 36
Binary 1001001 101010 1101111 100010 111110 0 111000 100001011 101101 11110

Color Harmonies of #492A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A6F

Black with #492A6F

Text Example


Text Example

White with #492A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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