Html Css Color HEX #492F66 Blue Diamond

📋 copy color: '#492F66'

red 73 ◦ green 47 ◦ blue 102

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

Shades of Blue Diamond #492F66

Tints of Blue Diamond #492F66

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.17%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 32.88%
G = 21.17%
B = 45.95%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#492F66 (or 0x492F66) is known color: Blue Diamond. HEX triplet: 49, 2F and 66. RGB value is (73,47,102). Sum of RGB (Red+Green+Blue) = 73+47+102=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #492F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F66 is #B6D099. Grayscale: #3C3C3C. Windows color (decimal): -11980954 or 6696777. OLE color: 6696777.

HSL color Cylindrical-coordinate representation of color #492F66: hue angle of 268.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #492F66 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 47 102 -
CMYK 0.28 0.54 0 0.6
HSL 268.36º 0.37% 0.29% -
HSV(B) 268.36º 0.54% 0.4% -
XYZ 6.16 4.41 13.1 -
YUV 61.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 73 47 102 0.28 0.54 0 0.6 268.36 0.37 0.29
Hex 49 2F 66 1C 36 0 3C 10C 25 1D
Octal 111 57 146 34 66 0 74 414 45 35
Binary 1001001 101111 1100110 11100 110110 0 111100 100001100 100101 11101

Color Harmonies of #492F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F66

Black with #492F66

Text Example


Text Example

White with #492F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,47,102); }

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

background-color css

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

 a { background-color: rgb(73,47,102); }

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

border-color css

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

 span { border-color: rgb(73,47,102); }

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