Html Css Color HEX #492865 Blue Diamond

📋 copy color: '#492865'

red 73 ◦ green 40 ◦ blue 101

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

Shades of Blue Diamond #492865

Tints of Blue Diamond #492865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.2%

R = 34.11%
G = 18.69%
B = 47.2%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492865 (or 0x492865) is known color: Blue Diamond. HEX triplet: 49, 28 and 65. RGB value is (73,40,101). Sum of RGB (Red+Green+Blue) = 73+40+101=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #492865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492865 is #B6D79A. Grayscale: #383838. Windows color (decimal): -11982747 or 6629449. OLE color: 6629449.

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

Color convert

RGB 73 40 101 -
CMYK 0.28 0.60 0 0.60
HSL 272.46º 0.43% 0.28% -
HSV(B) 272.46º 0.6% 0.4% -
XYZ 5.86 3.87 12.75 -
YUV 56.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 73 40 101 0.28 0.60 0 0.60 272.46 0.43 0.28
Hex 49 28 65 1C 3C 0 3C 110 2B 1C
Octal 111 50 145 34 74 0 74 420 53 34
Binary 1001001 101000 1100101 11100 111100 0 111100 100010000 101011 11100

Color Harmonies of #492865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492865

Black with #492865

Text Example


Text Example

White with #492865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492865; }

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

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

background-color css

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

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

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

border-color css

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

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

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