Html Css Color HEX #4D296C Blue Diamond

📋 copy color: '#4D296C'

red 77 ◦ green 41 ◦ blue 108

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

Shades of Blue Diamond #4D296C

Tints of Blue Diamond #4D296C

RGB

 RED value IS 77 (30.47% from 255) = 34.07%

 GREEN value IS 41 (16.41% from 255) = 18.14%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 34.07%
G = 18.14%
B = 47.79%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D296C (or 0x4D296C) is known color: Blue Diamond. HEX triplet: 4D, 29 and 6C. RGB value is (77,41,108). Sum of RGB (Red+Green+Blue) = 77+41+108=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D296C is #B2D693. Grayscale: #3B3B3B. Windows color (decimal): -11720340 or 7088461. OLE color: 7088461.

HSL color Cylindrical-coordinate representation of color #4D296C: hue angle of 272.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D296C is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 41 108 -
CMYK 0.29 0.62 0 0.58
HSL 272.24º 0.45% 0.29% -
HSV(B) 272.24º 0.62% 0.42% -
XYZ 6.56 4.25 14.66 -
YUV 59.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 77 41 108 0.29 0.62 0 0.58 272.24 0.45 0.29
Hex 4D 29 6C 1D 3E 0 3A 110 2D 1D
Octal 115 51 154 35 76 0 72 420 55 35
Binary 1001101 101001 1101100 11101 111110 0 111010 100010000 101101 11101

Color Harmonies of #4D296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D296C

Black with #4D296C

Text Example


Text Example

White with #4D296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D296C; }

 p { color: rgb(77,41,108); }

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

background-color css

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

 a { background-color: rgb(77,41,108); }

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

border-color css

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

 span { border-color: rgb(77,41,108); }

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