Html Css Color HEX #492C67 Blue Diamond

📋 copy color: '#492C67'

red 73 ◦ green 44 ◦ blue 103

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

Shades of Blue Diamond #492C67

Tints of Blue Diamond #492C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

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

R = 33.18%
G = 20%
B = 46.82%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492C67 (or 0x492C67) is known color: Blue Diamond. HEX triplet: 49, 2C and 67. RGB value is (73,44,103). Sum of RGB (Red+Green+Blue) = 73+44+103=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #492C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C67 is #B6D398. Grayscale: #3B3B3B. Windows color (decimal): -11981721 or 6761545. OLE color: 6761545.

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

Color convert

RGB 73 44 103 -
CMYK 0.29 0.57 0 0.60
HSL 269.49º 0.4% 0.29% -
HSV(B) 269.49º 0.57% 0.4% -
XYZ 6.1 4.2 13.32 -
YUV 59.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 73 44 103 0.29 0.57 0 0.60 269.49 0.4 0.29
Hex 49 2C 67 1D 39 0 3C 10D 28 1D
Octal 111 54 147 35 71 0 74 415 50 35
Binary 1001001 101100 1100111 11101 111001 0 111100 100001101 101000 11101

Color Harmonies of #492C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C67

Black with #492C67

Text Example


Text Example

White with #492C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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