Html Css Color HEX #492D6B Blue Diamond

📋 copy color: '#492D6B'

red 73 ◦ green 45 ◦ blue 107

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

Shades of Blue Diamond #492D6B

Tints of Blue Diamond #492D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20%

 BLUE value IS 107 (42.19% from 255) = 47.56%

R = 32.44%
G = 20%
B = 47.56%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#492D6B (or 0x492D6B) is known color: Blue Diamond. HEX triplet: 49, 2D and 6B. RGB value is (73,45,107). Sum of RGB (Red+Green+Blue) = 73+45+107=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #492D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D6B is #B6D294. Grayscale: #3C3C3C. Windows color (decimal): -11981461 or 7023945. OLE color: 7023945.

HSL color Cylindrical-coordinate representation of color #492D6B: hue angle of 267.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492D6B is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 45 107 -
CMYK 0.32 0.58 0 0.58
HSL 267.1º 0.41% 0.3% -
HSV(B) 267.1º 0.58% 0.42% -
XYZ 6.34 4.35 14.42 -
YUV 60.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 73 45 107 0.32 0.58 0 0.58 267.1 0.41 0.3
Hex 49 2D 6B 20 3A 0 3A 10B 29 1E
Octal 111 55 153 40 72 0 72 413 51 36
Binary 1001001 101101 1101011 100000 111010 0 111010 100001011 101001 11110

Color Harmonies of #492D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D6B

Black with #492D6B

Text Example


Text Example

White with #492D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492D6B; }

 p { color: rgb(73,45,107); }

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

background-color css

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

 a { background-color: rgb(73,45,107); }

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

border-color css

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

 span { border-color: rgb(73,45,107); }

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