Html Css Color HEX #492575 Blue Diamond

📋 copy color: '#492575'

red 73 ◦ green 37 ◦ blue 117

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

Shades of Blue Diamond #492575

Tints of Blue Diamond #492575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 32.16%
G = 16.3%
B = 51.54%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#492575 (or 0x492575) is known color: Blue Diamond. HEX triplet: 49, 25 and 75. RGB value is (73,37,117). Sum of RGB (Red+Green+Blue) = 73+37+117=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #492575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492575 is #B6DA8A. Grayscale: #383838. Windows color (decimal): -11983499 or 7677257. OLE color: 7677257.

HSL color Cylindrical-coordinate representation of color #492575: hue angle of 267º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492575 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 37 117 -
CMYK 0.38 0.68 0 0.54
HSL 267º 0.52% 0.3% -
HSV(B) 267º 0.68% 0.46% -
XYZ 6.62 4.02 17.26 -
YUV 56.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 73 37 117 0.38 0.68 0 0.54 267 0.52 0.3
Hex 49 25 75 26 44 0 36 10B 34 1E
Octal 111 45 165 46 104 0 66 413 64 36
Binary 1001001 100101 1110101 100110 1000100 0 110110 100001011 110100 11110

Color Harmonies of #492575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492575

Black with #492575

Text Example


Text Example

White with #492575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492575; }

 p { color: rgb(73,37,117); }

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

background-color css

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

 a { background-color: rgb(73,37,117); }

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

border-color css

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

 span { border-color: rgb(73,37,117); }

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