Html Css Color HEX #4D2268 Blue Diamond

📋 copy color: '#4D2268'

red 77 ◦ green 34 ◦ blue 104

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

Shades of Blue Diamond #4D2268

Tints of Blue Diamond #4D2268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 104 (41.02% from 255) = 48.37%

R = 35.81%
G = 15.81%
B = 48.37%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D2268 (or 0x4D2268) is known color: Blue Diamond. HEX triplet: 4D, 22 and 68. RGB value is (77,34,104). Sum of RGB (Red+Green+Blue) = 77+34+104=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2268 is #B2DD97. Grayscale: #363636. Windows color (decimal): -11722136 or 6824525. OLE color: 6824525.

HSL color Cylindrical-coordinate representation of color #4D2268: hue angle of 276.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D2268 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 34 104 -
CMYK 0.26 0.67 0 0.59
HSL 276.86º 0.51% 0.27% -
HSV(B) 276.86º 0.67% 0.41% -
XYZ 6.13 3.72 13.49 -
YUV 54.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 77 34 104 0.26 0.67 0 0.59 276.86 0.51 0.27
Hex 4D 22 68 1A 43 0 3B 115 33 1B
Octal 115 42 150 32 103 0 73 425 63 33
Binary 1001101 100010 1101000 11010 1000011 0 111011 100010101 110011 11011

Color Harmonies of #4D2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2268

Black with #4D2268

Text Example


Text Example

White with #4D2268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,104); }

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

background-color css

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

 a { background-color: rgb(77,34,104); }

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

border-color css

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

 span { border-color: rgb(77,34,104); }

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