Html Css Color HEX #492769 Blue Diamond

📋 copy color: '#492769'

red 73 ◦ green 39 ◦ blue 105

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

Shades of Blue Diamond #492769

Tints of Blue Diamond #492769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.39%

R = 33.64%
G = 17.97%
B = 48.39%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#492769 (or 0x492769) is known color: Blue Diamond. HEX triplet: 49, 27 and 69. RGB value is (73,39,105). Sum of RGB (Red+Green+Blue) = 73+39+105=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #492769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492769 is #B6D896. Grayscale: #383838. Windows color (decimal): -11982999 or 6891337. OLE color: 6891337.

HSL color Cylindrical-coordinate representation of color #492769: hue angle of 270.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492769 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 39 105 -
CMYK 0.30 0.63 0 0.59
HSL 270.91º 0.46% 0.28% -
HSV(B) 270.91º 0.63% 0.41% -
XYZ 6.02 3.89 13.8 -
YUV 56.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 73 39 105 0.30 0.63 0 0.59 270.91 0.46 0.28
Hex 49 27 69 1E 3F 0 3B 10F 2E 1C
Octal 111 47 151 36 77 0 73 417 56 34
Binary 1001001 100111 1101001 11110 111111 0 111011 100001111 101110 11100

Color Harmonies of #492769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492769

Black with #492769

Text Example


Text Example

White with #492769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492769; }

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

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

background-color css

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

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

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

border-color css

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

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

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