Html Css Color HEX #4D65BF Free Speech Blue

📋 copy color: '#4D65BF'

red 77 ◦ green 101 ◦ blue 191

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

Shades of Free Speech Blue #4D65BF

Tints of Free Speech Blue #4D65BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 20.87%
G = 27.37%
B = 51.76%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D65BF (or 0x4D65BF) is known color: Free Speech Blue. HEX triplet: 4D, 65 and BF. RGB value is (77,101,191). Sum of RGB (Red+Green+Blue) = 77+101+191=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D65BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65BF is #B29A40. Grayscale: #676767. Windows color (decimal): -11704897 or 12543309. OLE color: 12543309.

HSL color Cylindrical-coordinate representation of color #4D65BF: hue angle of 227.37º 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 #4D65BF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 101 191 -
CMYK 0.60 0.47 0 0.25
HSL 227.37º 0.47% 0.53% -
HSV(B) 227.37º 0.6% 0.75% -
XYZ 17.12 14.65 51.22 -
YUV 104.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 77 101 191 0.60 0.47 0 0.25 227.37 0.47 0.53
Hex 4D 65 BF 3C 2F 0 19 E3 2F 35
Octal 115 145 277 74 57 0 31 343 57 65
Binary 1001101 1100101 10111111 111100 101111 0 11001 11100011 101111 110101

Color Harmonies of #4D65BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D65BF

Black with #4D65BF

Text Example


Text Example

White with #4D65BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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