Html Css Color HEX #492967 Blue Diamond

📋 copy color: '#492967'

red 73 ◦ green 41 ◦ blue 103

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

Shades of Blue Diamond #492967

Tints of Blue Diamond #492967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.89%

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 33.64%
G = 18.89%
B = 47.47%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492967 (or 0x492967) is known color: Blue Diamond. HEX triplet: 49, 29 and 67. RGB value is (73,41,103). Sum of RGB (Red+Green+Blue) = 73+41+103=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #492967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492967 is #B6D698. Grayscale: #393939. Windows color (decimal): -11982489 or 6760777. OLE color: 6760777.

HSL color Cylindrical-coordinate representation of color #492967: hue angle of 270.97º 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 #492967 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 41 103 -
CMYK 0.29 0.60 0 0.60
HSL 270.97º 0.43% 0.28% -
HSV(B) 270.97º 0.6% 0.4% -
XYZ 5.99 3.98 13.28 -
YUV 57.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 73 41 103 0.29 0.60 0 0.60 270.97 0.43 0.28
Hex 49 29 67 1D 3C 0 3C 10F 2B 1C
Octal 111 51 147 35 74 0 74 417 53 34
Binary 1001001 101001 1100111 11101 111100 0 111100 100001111 101011 11100

Color Harmonies of #492967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492967

Black with #492967

Text Example


Text Example

White with #492967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492967; }

 p { color: rgb(73,41,103); }

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

background-color css

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

 a { background-color: rgb(73,41,103); }

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

border-color css

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

 span { border-color: rgb(73,41,103); }

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