Html Css Color HEX #492567 Blue Diamond

📋 copy color: '#492567'

red 73 ◦ green 37 ◦ blue 103

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

Shades of Blue Diamond #492567

Tints of Blue Diamond #492567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

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

R = 34.27%
G = 17.37%
B = 48.36%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492567 (or 0x492567) is known color: Blue Diamond. HEX triplet: 49, 25 and 67. RGB value is (73,37,103). Sum of RGB (Red+Green+Blue) = 73+37+103=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #492567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492567 is #B6DA98. Grayscale: #373737. Windows color (decimal): -11983513 or 6759753. OLE color: 6759753.

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

Color convert

RGB 73 37 103 -
CMYK 0.29 0.64 0 0.60
HSL 272.73º 0.47% 0.27% -
HSV(B) 272.73º 0.64% 0.4% -
XYZ 5.86 3.72 13.24 -
YUV 55.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 73 37 103 0.29 0.64 0 0.60 272.73 0.47 0.27
Hex 49 25 67 1D 40 0 3C 111 2F 1B
Octal 111 45 147 35 100 0 74 421 57 33
Binary 1001001 100101 1100111 11101 1000000 0 111100 100010001 101111 11011

Color Harmonies of #492567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492567

Black with #492567

Text Example


Text Example

White with #492567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492567; }

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

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

background-color css

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

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

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

border-color css

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

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

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