Html Css Color HEX #4D267A Blue Diamond

📋 copy color: '#4D267A'

red 77 ◦ green 38 ◦ blue 122

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

Shades of Blue Diamond #4D267A

Tints of Blue Diamond #4D267A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 32.49%
G = 16.03%
B = 51.48%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D267A (or 0x4D267A) is known color: Blue Diamond. HEX triplet: 4D, 26 and 7A. RGB value is (77,38,122). Sum of RGB (Red+Green+Blue) = 77+38+122=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D267A is #B2D985. Grayscale: #3A3A3A. Windows color (decimal): -11721094 or 8005197. OLE color: 8005197.

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

Color convert

RGB 77 38 122 -
CMYK 0.37 0.69 0 0.52
HSL 267.86º 0.53% 0.31% -
HSV(B) 267.86º 0.69% 0.48% -
XYZ 7.27 4.37 18.87 -
YUV 59.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 77 38 122 0.37 0.69 0 0.52 267.86 0.53 0.31
Hex 4D 26 7A 25 45 0 34 10C 34 1F
Octal 115 46 172 45 105 0 64 414 64 37
Binary 1001101 100110 1111010 100101 1000101 0 110100 100001100 110100 11111

Color Harmonies of #4D267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D267A

Black with #4D267A

Text Example


Text Example

White with #4D267A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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