Html Css Color HEX #4D237F Blue Diamond

📋 copy color: '#4D237F'

red 77 ◦ green 35 ◦ blue 127

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

Shades of Blue Diamond #4D237F

Tints of Blue Diamond #4D237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.64%

 BLUE value IS 127 (50% from 255) = 53.14%

R = 32.22%
G = 14.64%
B = 53.14%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D237F (or 0x4D237F) is known color: Blue Diamond. HEX triplet: 4D, 23 and 7F. RGB value is (77,35,127). Sum of RGB (Red+Green+Blue) = 77+35+127=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D237F is #B2DC80. Grayscale: #393939. Windows color (decimal): -11721857 or 8332109. OLE color: 8332109.

HSL color Cylindrical-coordinate representation of color #4D237F: hue angle of 267.39º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D237F is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 35 127 -
CMYK 0.39 0.72 0 0.50
HSL 267.39º 0.57% 0.32% -
HSV(B) 267.39º 0.72% 0.5% -
XYZ 7.49 4.31 20.52 -
YUV 58.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 77 35 127 0.39 0.72 0 0.50 267.39 0.57 0.32
Hex 4D 23 7F 27 48 0 32 10B 39 20
Octal 115 43 177 47 110 0 62 413 71 40
Binary 1001101 100011 1111111 100111 1001000 0 110010 100001011 111001 100000

Color Harmonies of #4D237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D237F

Black with #4D237F

Text Example


Text Example

White with #4D237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,127); }

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

background-color css

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

 a { background-color: rgb(77,35,127); }

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

border-color css

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

 span { border-color: rgb(77,35,127); }

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