Html Css Color HEX #491E67 Blue Diamond

📋 copy color: '#491E67'

red 73 ◦ green 30 ◦ blue 103

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

Shades of Blue Diamond #491E67

Tints of Blue Diamond #491E67

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.56%

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

R = 35.44%
G = 14.56%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#491E67 (or 0x491E67) is known color: Blue Diamond. HEX triplet: 49, 1E and 67. RGB value is (73,30,103). Sum of RGB (Red+Green+Blue) = 73+30+103=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #491E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E67 is #B6E198. Grayscale: #323232. Windows color (decimal): -11985305 or 6757961. OLE color: 6757961.

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

Color convert

RGB 73 30 103 -
CMYK 0.29 0.71 0 0.60
HSL 275.34º 0.55% 0.26% -
HSV(B) 275.34º 0.71% 0.4% -
XYZ 5.66 3.32 13.18 -
YUV 51.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 73 30 103 0.29 0.71 0 0.60 275.34 0.55 0.26
Hex 49 1E 67 1D 47 0 3C 113 37 1A
Octal 111 36 147 35 107 0 74 423 67 32
Binary 1001001 11110 1100111 11101 1000111 0 111100 100010011 110111 11010

Color Harmonies of #491E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E67

Black with #491E67

Text Example


Text Example

White with #491E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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