Html Css Color HEX #4D61BF Free Speech Blue

📋 copy color: '#4D61BF'

red 77 ◦ green 97 ◦ blue 191

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

Shades of Free Speech Blue #4D61BF

Tints of Free Speech Blue #4D61BF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

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

R = 21.1%
G = 26.58%
B = 52.33%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D61BF (or 0x4D61BF) is known color: Free Speech Blue. HEX triplet: 4D, 61 and BF. RGB value is (77,97,191). Sum of RGB (Red+Green+Blue) = 77+97+191=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D61BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D61BF is #B29E40. Grayscale: #656565. Windows color (decimal): -11705921 or 12542285. OLE color: 12542285.

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

Color convert

RGB 77 97 191 -
CMYK 0.60 0.49 0 0.25
HSL 229.47º 0.47% 0.53% -
HSV(B) 229.47º 0.6% 0.75% -
XYZ 16.74 13.89 51.09 -
YUV 101.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 77 97 191 0.60 0.49 0 0.25 229.47 0.47 0.53
Hex 4D 61 BF 3C 31 0 19 E5 2F 35
Octal 115 141 277 74 61 0 31 345 57 65
Binary 1001101 1100001 10111111 111100 110001 0 11001 11100101 101111 110101

Color Harmonies of #4D61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D61BF

Black with #4D61BF

Text Example


Text Example

White with #4D61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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