Html Css Color HEX #492765 Blue Diamond

📋 copy color: '#492765'

red 73 ◦ green 39 ◦ blue 101

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

Shades of Blue Diamond #492765

Tints of Blue Diamond #492765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

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

R = 34.27%
G = 18.31%
B = 47.42%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492765 (or 0x492765) is known color: Blue Diamond. HEX triplet: 49, 27 and 65. RGB value is (73,39,101). Sum of RGB (Red+Green+Blue) = 73+39+101=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #492765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492765 is #B6D89A. Grayscale: #383838. Windows color (decimal): -11983003 or 6629193. OLE color: 6629193.

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

Color convert

RGB 73 39 101 -
CMYK 0.28 0.61 0 0.60
HSL 272.9º 0.44% 0.27% -
HSV(B) 272.9º 0.61% 0.4% -
XYZ 5.82 3.81 12.74 -
YUV 56.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 73 39 101 0.28 0.61 0 0.60 272.9 0.44 0.27
Hex 49 27 65 1C 3D 0 3C 111 2C 1B
Octal 111 47 145 34 75 0 74 421 54 33
Binary 1001001 100111 1100101 11100 111101 0 111100 100010001 101100 11011

Color Harmonies of #492765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492765

Black with #492765

Text Example


Text Example

White with #492765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492765; }

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

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

background-color css

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

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

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

border-color css

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

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

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