Html Css Color HEX #4D37AF Blue Gem

📋 copy color: '#4D37AF'

red 77 ◦ green 55 ◦ blue 175

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

Shades of Blue Gem #4D37AF

Tints of Blue Gem #4D37AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 175 (68.75% from 255) = 57%

R = 25.08%
G = 17.92%
B = 57%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4D37AF (or 0x4D37AF) is known color: Blue Gem. HEX triplet: 4D, 37 and AF. RGB value is (77,55,175). Sum of RGB (Red+Green+Blue) = 77+55+175=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D37AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D37AF is #B2C850. Grayscale: #4A4A4A. Windows color (decimal): -11716689 or 11482957. OLE color: 11482957.

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

Color convert

RGB 77 55 175 -
CMYK 0.56 0.69 0 0.31
HSL 251º 0.52% 0.45% -
HSV(B) 251º 0.69% 0.69% -
XYZ 12.16 7.41 41.35 -
YUV 75.26 184.29 129.24 -
System Red Green Blue C M Y K H S L
Decimal 77 55 175 0.56 0.69 0 0.31 251 0.52 0.45
Hex 4D 37 AF 38 45 0 1F FB 34 2D
Octal 115 67 257 70 105 0 37 373 64 55
Binary 1001101 110111 10101111 111000 1000101 0 11111 11111011 110100 101101

Color Harmonies of #4D37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D37AF

Black with #4D37AF

Text Example


Text Example

White with #4D37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,55,175); }

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

background-color css

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

 a { background-color: rgb(77,55,175); }

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

border-color css

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

 span { border-color: rgb(77,55,175); }

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