Html Css Color HEX #4D63BF Free Speech Blue

📋 copy color: '#4D63BF'

red 77 ◦ green 99 ◦ blue 191

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

Shades of Free Speech Blue #4D63BF

Tints of Free Speech Blue #4D63BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 191 (75% from 255) = 52.04%

R = 20.98%
G = 26.98%
B = 52.04%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D63BF (or 0x4D63BF) is known color: Free Speech Blue. HEX triplet: 4D, 63 and BF. RGB value is (77,99,191). Sum of RGB (Red+Green+Blue) = 77+99+191=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D63BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D63BF is #B29C40. Grayscale: #666666. Windows color (decimal): -11705409 or 12542797. OLE color: 12542797.

HSL color Cylindrical-coordinate representation of color #4D63BF: hue angle of 228.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D63BF is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 99 191 -
CMYK 0.60 0.48 0 0.25
HSL 228.42º 0.47% 0.53% -
HSV(B) 228.42º 0.6% 0.75% -
XYZ 16.93 14.26 51.15 -
YUV 102.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 77 99 191 0.60 0.48 0 0.25 228.42 0.47 0.53
Hex 4D 63 BF 3C 30 0 19 E4 2F 35
Octal 115 143 277 74 60 0 31 344 57 65
Binary 1001101 1100011 10111111 111100 110000 0 11001 11100100 101111 110101

Color Harmonies of #4D63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D63BF

Black with #4D63BF

Text Example


Text Example

White with #4D63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,99,191); }

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

background-color css

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

 a { background-color: rgb(77,99,191); }

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

border-color css

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

 span { border-color: rgb(77,99,191); }

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