Html Css Color HEX #492866 Blue Diamond

📋 copy color: '#492866'

red 73 ◦ green 40 ◦ blue 102

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

Shades of Blue Diamond #492866

Tints of Blue Diamond #492866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

 BLUE value IS 102 (40.23% from 255) = 47.44%

R = 33.95%
G = 18.6%
B = 47.44%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#492866 (or 0x492866) is known color: Blue Diamond. HEX triplet: 49, 28 and 66. RGB value is (73,40,102). Sum of RGB (Red+Green+Blue) = 73+40+102=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #492866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492866 is #B6D799. Grayscale: #383838. Windows color (decimal): -11982746 or 6694985. OLE color: 6694985.

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

Color convert

RGB 73 40 102 -
CMYK 0.28 0.61 0 0.6
HSL 271.94º 0.44% 0.28% -
HSV(B) 271.94º 0.61% 0.4% -
XYZ 5.9 3.89 13.01 -
YUV 56.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 73 40 102 0.28 0.61 0 0.6 271.94 0.44 0.28
Hex 49 28 66 1C 3D 0 3C 110 2C 1C
Octal 111 50 146 34 75 0 74 420 54 34
Binary 1001001 101000 1100110 11100 111101 0 111100 100010000 101100 11100

Color Harmonies of #492866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492866

Black with #492866

Text Example


Text Example

White with #492866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492866; }

 p { color: rgb(73,40,102); }

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

background-color css

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

 a { background-color: rgb(73,40,102); }

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

border-color css

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

 span { border-color: rgb(73,40,102); }

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