Html Css Color HEX #49306F Blue Diamond

📋 copy color: '#49306F'

red 73 ◦ green 48 ◦ blue 111

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

Shades of Blue Diamond #49306F

Tints of Blue Diamond #49306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

 BLUE value IS 111 (43.75% from 255) = 47.84%

R = 31.47%
G = 20.69%
B = 47.84%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49306F (or 0x49306F) is known color: Blue Diamond. HEX triplet: 49, 30 and 6F. RGB value is (73,48,111). Sum of RGB (Red+Green+Blue) = 73+48+111=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #49306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49306F is #B6CF90. Grayscale: #3E3E3E. Windows color (decimal): -11980689 or 7286857. OLE color: 7286857.

HSL color Cylindrical-coordinate representation of color #49306F: hue angle of 263.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49306F is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 48 111 -
CMYK 0.34 0.57 0 0.56
HSL 263.81º 0.4% 0.31% -
HSV(B) 263.81º 0.57% 0.44% -
XYZ 6.67 4.68 15.59 -
YUV 62.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 73 48 111 0.34 0.57 0 0.56 263.81 0.4 0.31
Hex 49 30 6F 22 39 0 38 108 28 1F
Octal 111 60 157 42 71 0 70 410 50 37
Binary 1001001 110000 1101111 100010 111001 0 111000 100001000 101000 11111

Color Harmonies of #49306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49306F

Black with #49306F

Text Example


Text Example

White with #49306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49306F; }

 p { color: rgb(73,48,111); }

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

background-color css

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

 a { background-color: rgb(73,48,111); }

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

border-color css

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

 span { border-color: rgb(73,48,111); }

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