Html Css Color HEX #4D277A Blue Diamond

📋 copy color: '#4D277A'

red 77 ◦ green 39 ◦ blue 122

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

Shades of Blue Diamond #4D277A

Tints of Blue Diamond #4D277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 32.35%
G = 16.39%
B = 51.26%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D277A (or 0x4D277A) is known color: Blue Diamond. HEX triplet: 4D, 27 and 7A. RGB value is (77,39,122). Sum of RGB (Red+Green+Blue) = 77+39+122=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D277A is #B2D885. Grayscale: #3B3B3B. Windows color (decimal): -11720838 or 8005453. OLE color: 8005453.

HSL color Cylindrical-coordinate representation of color #4D277A: hue angle of 267.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D277A is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 39 122 -
CMYK 0.37 0.68 0 0.52
HSL 267.47º 0.52% 0.32% -
HSV(B) 267.47º 0.68% 0.48% -
XYZ 7.3 4.43 18.88 -
YUV 59.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 77 39 122 0.37 0.68 0 0.52 267.47 0.52 0.32
Hex 4D 27 7A 25 44 0 34 10B 34 20
Octal 115 47 172 45 104 0 64 413 64 40
Binary 1001101 100111 1111010 100101 1000100 0 110100 100001011 110100 100000

Color Harmonies of #4D277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D277A

Black with #4D277A

Text Example


Text Example

White with #4D277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,39,122); }

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

background-color css

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

 a { background-color: rgb(77,39,122); }

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

border-color css

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

 span { border-color: rgb(77,39,122); }

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